genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update README.md to fix LAB_MONOLITH_DB_IP bug and hints for linux/max users

This commit is contained in:
renzo 2017-03-24 11:21:13 +00:00
parent 8239c7e399
commit 2b1ce9ad9f
1 changed files with 3 additions and 3 deletions

View File

@ -35,17 +35,17 @@ There should be no issue if the distribution uses a recent kernel.
## 2. Run Monolith ## 2. Run Monolith
1. Set up an environment variable `LAB_MONOLITH_DB_IP` and assign the docker host's IP. 1. Set up an environment variable `LAB_MONOLITH_DB_HOST` and assign the docker host's IP.
For docker machine type `docker-machine env` and the value of `$DOCKER_HOST`, For docker machine type `docker-machine env` and the value of `$DOCKER_HOST`,
otherwise `localhost` is probably correct. otherwise `localhost` is probably correct.
2. Set up an environment variable `LAB_MONOLITH_DB_PASSWORD` and assign any password. 2. Set up an environment variable `LAB_MONOLITH_DB_PASSWORD` and assign any password.
3. For Linux/Mac `chmod +x start-db.sh gradlew`
3. `./start-db.sh` 3. `./start-db.sh`
Starts a PostgreSQL database using the password from `LAB_MONOLITH_DB_PASSWORD`. Starts a PostgreSQL database using the password from `LAB_MONOLITH_DB_PASSWORD`.
4. `gradle bootRun` 4. `./gradlew bootRun`
5. Open http://localhost:8080 5. Open http://localhost:8080
6. Happy exploring and di-secting 6. Happy exploring and di-secting