mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-20 11:06:46 +00:00
Added vagrant instructions in readme #152
This commit is contained in:
parent
10f088cb66
commit
8d029cf621
13
README.md
13
README.md
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user