update vagrant documentation

to deal with eventual troubles while downloading the box
This commit is contained in:
Régis Hanol 2013-03-03 16:58:45 +01:00
parent af865ee223
commit 43042d65bc

View File

@ -26,6 +26,10 @@ Vagrant will prompt you for your admin password. This is so it can mount your lo
(The first time you do this, it will take a while as it downloads the VM image and installs it. Go grab a coffee.)
If you are having **trouble** downloading the VM:
- Download this file: http://www.discourse.org/vms/discourse-pre.box using your favorite web browser/download tool.
- Add it to vagrant: `vagrant box add discourse-pre /path/to/the/downloaded/discourse-pre.box`.
**Note to OSX/Linux users**: Vagrant will mount your local files via an NFS share. Therefore, make sure that NFS is installed or else you'll receive the error message:
```