|  e80343053b Locale Lookup Closes #5 See merge request !2 | ||
|---|---|---|
| config/checkstyle | ||
| gradle/wrapper | ||
| src | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| LICENSE | ||
| README.md | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| start-db.sh | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	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