From 8d029cf621b255591be90b0faad77cf0355c9bb2 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 11 May 2018 21:23:41 -0400 Subject: [PATCH] Added vagrant instructions in readme #152 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 8458f65..451607f 100644 --- a/README.md +++ b/README.md @@ -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