mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-03 20:27:50 +00:00 
			
		
		
		
	The docker directory contains all docker related source code.
Here is how to use it:
- First ensure that docker and docker-compose are installed, and that the user running this is a member of the docker group, or is root. The docker compose script uses version 3, so be sure that the version you install supports that.
 - Download JDK and store it to following directories.
 
docker/backend-service/archives/docker/web/archives/
- From the WhereHows root, run prepare-docker-archives.sh
 - Edit docker/.env if necessary.
 - From the docker directory: $ docker-compose up
 - In your local browser, open localhost:9000
 - Also, the backend app is hosted on localhost:9001
 
If any step fails in the script, you can run individual steps in it, the script is pretty intuitive and has comments.
Hope that helps.