From e53410a599c030a07bef864b987e0b0fcb657e76 Mon Sep 17 00:00:00 2001 From: Matthias Stock Date: Wed, 8 Mar 2017 23:07:54 +0000 Subject: [PATCH] Update README.md GitLab needs four spaces for Markdown list indentation... --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8d62c9b..ebfea68 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Getting Started -1. Install Docker. -2. Set up an environment variable `LAB_MONOLITH_DB_IP` and assign the docker host's IP. +1. Install Docker. +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`, - otherwise `localhost` is probably correct. + For docker machine type `docker-machine env` and the value of `$DOCKER_HOST`, + 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` -6. Open http://localhost:8080 +5. `gradle bootRun` +6. Open http://localhost:8080