datahub/wherehows-docker

The docker directory contains all docker related source code.

Here is how to use it:

  1. 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.
  2. From the wherehows-docker, run build.sh
  3. Edit .env to match your environment
  4. From the docker directory: $ docker-compose up
  5. In your local browser, open localhost:9000
  6. 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.