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.
hs_monolith/README.md

492 B

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.

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

  2. ./start-db.sh

Starts a PostgreSQL database using the password from LAB_MONOLITH_DB_PASSWORD.

  1. gradle bootRun
  2. Open http://localhost:8080