1
0
mirror of https://github.com/simon987/Much-Assembly-Required.git synced 2025-04-16 17:26:43 +00:00

Added vagrant instructions in readme

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

@ -72,6 +72,19 @@ application's directory:
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
Once the server is running, you should be able to connect to `http://localhost:4567` with your browser