mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update vagrant.md
This commit is contained in:
parent
ac59ce882d
commit
6b15b73b39
1 changed files with 4 additions and 4 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
<img src="https://yunohost.org/images/vagrant.png" width=250>
|
<img src="https://yunohost.org/images/vagrant.png" width=250>
|
||||||
|
|
||||||
**Prérequis** : An x86 computer with VirtualBox installed and enough RAM capacity to be able to run a small virtual machine.
|
**Prerequisite** : An x86 computer with VirtualBox installed and enough RAM capacity to be able to run a small virtual machine.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Initialisation
|
## Initialization
|
||||||
|
|
||||||
Create a project folder
|
Create a project folder
|
||||||
```bash
|
```bash
|
||||||
|
@ -24,7 +24,7 @@ vagrant init chef/debian-7.4
|
||||||
```
|
```
|
||||||
|
|
||||||
Uncomment (remove the leading #) the following line in the newly created Vagrantfile to get access from the host system
|
Uncomment (remove the leading #) the following line in the newly created Vagrantfile to get access from the host system
|
||||||
```
|
```bash
|
||||||
config.vm.network "private_network", ip: "192.168.33.10"
|
config.vm.network "private_network", ip: "192.168.33.10"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ Start the virtual machine
|
||||||
vagrant up
|
vagrant up
|
||||||
```
|
```
|
||||||
|
|
||||||
Connecter to the started virtual machine
|
Connect to the started virtual machine
|
||||||
```bash
|
```bash
|
||||||
vagrant ssh
|
vagrant ssh
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue