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 5f20e9190e CI Config 2017-03-09 21:31:47 +00:00
config/checkstyle Products From Database 2017-03-08 23:41:35 +01:00
gradle/wrapper Gradle Wrapper 2017-03-09 00:19:57 +01:00
src CI Config 2017-03-09 21:31:47 +00:00
.gitignore Initial commit 2017-03-01 22:07:08 +01:00
.gitlab-ci.yml CI Config 2017-03-09 21:31:47 +00:00
LICENSE Add license 2017-03-08 23:17:25 +00:00
README.md CI Config 2017-03-09 21:31:47 +00:00
build.gradle Products From Database 2017-03-08 23:41:35 +01:00
gradlew Gradle Wrapper 2017-03-09 00:19:57 +01:00
gradlew.bat Gradle Wrapper 2017-03-09 00:19:57 +01:00
start-db.sh CI Config 2017-03-09 21:31:47 +00:00

README.md

Getting Started

  1. Install Docker.

  2. Set up an environment variable LAB_MONOLITH_DB_HOST and assign the docker host's IP, set LAB_MONOLITH_DB_PORT to some free port, e.g. 5432.

    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