This adds the beginnings of a Vagrant development environment, adding the setup, and installing and configuring discourse.
Signed-off-by: Ryan Lerch rlerch@redhat.com
rebased onto 148467026ad7f22e63b21bae9041c7af3ff00bff
I used the following guide as a base for making the setup:
https://meta.discourse.org/t/setting-up-discourse-for-development-on-fedora/163348
also, after vagrant up,
discourse will be at:
discourse2fedoramessaging.test:3000
but really it is at
discourse2fedoramessaging.test:4200
due to some ember thing.
also, mailcatcher is setup at
discourse2fedoramessaging.test:1080
and there will be an email in there for the admin account on the discourse instance. just follow the link (wou will need to change the port to 4200 in the url) and ser tyour admin password
This adds the beginnings of a Vagrant development environment, adding
the setup, and installing and configuring discourse.
Signed-off-by: Ryan Lerch rlerch@redhat.com