You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/VAGRANT.md
+9-11
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,6 @@ Vagrant will prompt you for your admin password. This is so it can mount your lo
27
27
28
28
(The first time you do this, it will take a while as it downloads the VM image and installs it. Go grab a coffee.)
29
29
30
-
If you would like to download a smaller VM (574MB instead of 935MB), or if you are having **trouble** downloading the VM:
31
-
- Download this file: http://www.discourse.org/vms/discourse-0.8.4.box.7z using your favorite web browser/download tool.
32
-
- If you don't have 7z available, you can still get the larger image from http://www.discourse.org/vms/discourse-0.8.4.box
33
-
- Extract it using 7z: `7z e discourse-0.8.4.box.7z`
34
-
- Add it to vagrant: `vagrant box add discourse-0.8.4 /path/to/the/downloaded/discourse-0.8.4.box`.
35
-
36
30
**Note to Linux users**: Your Discourse directory cannot be on an ecryptfs mount or you will receive an error: `exportfs: /home/your/path/to/discourse does not support NFS export`
37
31
38
32
**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:
@@ -86,7 +80,6 @@ Now you're in a virtual machine is almost ready to start developing. It's a good
86
80
cd /vagrant
87
81
bundle install
88
82
bundle exec rake db:migrate
89
-
bundle exec rake db:seed_fu
90
83
```
91
84
92
85
### Starting Rails
@@ -143,15 +136,20 @@ bundle exec sidekiq
143
136
144
137
Mailcatcher is used to avoid the whole issue of actually sending emails: https://github.com/sj26/mailcatcher
145
138
146
-
To start mailcatcher, run the following command in the vagrant image:
139
+
Mailcatcher is already installed in the vm, and there's an alias to launch it:
0 commit comments