Added vagrant instructions in readme #152

This commit is contained in:
simon 2018-05-11 21:23:41 -04:00
parent 10f088cb66
commit 8d029cf621

View File

@ -72,6 +72,19 @@ application's directory:
Make sure to change `mongo_address` in `config.properties` to `mongodb`. Make sure to change `mongo_address` in `config.properties` to `mongodb`.
## Vagrant
### Requirements
1. [Vagrant](https://www.vagrantup.com/downloads.html)
2. [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
### Installation
When vagrant is installed, you can build and start this application by running the following
command inside this application's directory:
`vagrant up`
# Running # Running
Once the server is running, you should be able to connect to `http://localhost:4567` with your browser Once the server is running, you should be able to connect to `http://localhost:4567` with your browser