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
e266aa8da4
commit
2d97f21386
1 changed files with 5 additions and 1 deletions
|
@ -20,8 +20,12 @@ cd YunoHost
|
|||
|
||||
The following command will initialize the project with a Debian Wheezy base image
|
||||
```bash
|
||||
vagrant init chef/debian-7.4
|
||||
vagrant init chef/debian-7.7
|
||||
```
|
||||
<blockquote>
|
||||
<span class="text-warning">/!\</span> You must have a working image call `chef/debian-7.7`. If not, just do
|
||||
`vagrant box add chef/debian-7.7 https://vagrantcloud.com/chef/boxes/debian-7.7/versions/1.0.0/providers/virtualbox.box`
|
||||
</blockquote>
|
||||
|
||||
Uncomment (remove the leading #) the following line in the newly created Vagrantfile to get access from the host system
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue