570 B
570 B
Getting Started
-
Install Docker.
-
Set up an environment variable
LAB_MONOLITH_DB_HOSTand assign the docker host's IP, setLAB_MONOLITH_DB_PORTto some free port, e.g. 5432.For docker machine type
docker-machine envand the value of$DOCKER_HOST, otherwiselocalhostis probably correct. -
Set up an environment variable
LAB_MONOLITH_DB_PASSWORDand assign any password. -
./start-db.shStarts a PostgreSQL database using the password from
LAB_MONOLITH_DB_PASSWORD. -
gradle bootRun