507 B
507 B
Getting Started
-
Install Docker.
-
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
, otherwiselocalhost
is probably correct. -
Set up an environment variable
LAB_MONOLITH_DB_PASSWORD
and assign any password. -
./start-db.sh
Starts a PostgreSQL database using the password from
LAB_MONOLITH_DB_PASSWORD
. -
gradle bootRun