mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
update vagrant documentation
to deal with eventual troubles while downloading the box
This commit is contained in:
parent
af865ee223
commit
43042d65bc
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user