##Usage
-
To run:
vagrant up
. Wait ages (about 30 mins). -
To connect to Discourse:
http://discourse.sockdrawer.local
-
To view emails sent by discourse:
http://discourse.sockdrawer.local:1080
-
To SSH into Discourse's docker container:
discourse.sockdrawer.local:2222
-
To SSH into the underlying OS:
127.0.0.1:2222
using vagrant's default credentials
Protip: Use vagrant suspend
to suspend the machine. Don't use vagrant destroy
unless you seriously hose the box, because it'll take ages to create again, and then you have to register and crap all over again.
##Troubleshooting You may need to run as administrator on Windows, or edit permissions on your hosts file: see agiledivider/vagrant-hostsupdater#40 for details.