Skip to content

bccovid-19/track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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