Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 859 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 859 Bytes

track.bcc3d.ca app stack

Starting the web-app (can be done locally, hopefully):

  1. Rungit submodule update --init --recursive to initialize submodules
  2. Copy the settings in example-config.yml into config.yml.
  3. Run ./build.sh to build the templates into the local directory.
  4. Run docker-compose up -d to bring the docker-compose stack up.
  5. Run ./scripts/init_db to import workflows. PLEASE WAIT for the op-seeder container to exit before doing this, as it needs to do the initial database set-up.
  6. Visit track.local.bcc3d.ca to see your local OpenProject (default credentials are username admin password admin), and visit www.local.bcc3d.ca to see the local website.

If you want to view logs use docker-compose logs --tail=100 -f

SSL termination

Starting the SSL layer:

  1. cd apps/ssl
  2. docker-compose up -d