genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0
This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Matthias Stock e53410a599 Update README.md
GitLab needs four spaces for Markdown list indentation...
2017-03-08 23:07:54 +00:00
config/checkstyle Products From Database 2017-03-08 23:41:35 +01:00
src Products From Database 2017-03-08 23:41:35 +01:00
.gitignore Initial commit 2017-03-01 22:07:08 +01:00
README.md Update README.md 2017-03-08 23:07:54 +00:00
build.gradle Products From Database 2017-03-08 23:41:35 +01:00
start-db.sh Initial commit 2017-03-01 22:07:08 +01:00

README.md

Getting Started

  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.

  3. Set up an environment variable LAB_MONOLITH_DB_PASSWORD and assign any password.

  4. ./start-db.sh

    Starts a PostgreSQL database using the password from LAB_MONOLITH_DB_PASSWORD.

  5. gradle bootRun

  6. Open http://localhost:8080