genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update README.md

GitLab needs four spaces for Markdown list indentation...
This commit is contained in:
Matthias Stock 2017-03-08 23:07:54 +00:00
parent b302170d5b
commit e53410a599
1 changed files with 9 additions and 9 deletions

View File

@ -1,16 +1,16 @@
# Getting Started # Getting Started
1. Install Docker. 1. Install Docker.
2. Set up an environment variable `LAB_MONOLITH_DB_IP` and assign the docker host's IP. 2. Set up an environment variable `LAB_MONOLITH_DB_IP` 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.
3. Set up an environment variable `LAB_MONOLITH_DB_PASSWORD` and assign any password. 3. Set up an environment variable `LAB_MONOLITH_DB_PASSWORD` and assign any password.
4. `./start-db.sh` 4. `./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`.
5. `gradle bootRun` 5. `gradle bootRun`
6. Open http://localhost:8080 6. Open http://localhost:8080