Starting the web-app (can be done locally, hopefully):
- Run
git submodule update --init --recursive
to initialize submodules - Copy the settings in
example-config.yml
intoconfig.yml
. - Run
./build.sh
to build the templates into the local directory. - Run
docker-compose up -d
to bring the docker-compose stack up. - Run
./scripts/init_db
to import workflows. PLEASE WAIT for theop-seeder
container to exit before doing this, as it needs to do the initial database set-up. - Visit
track.local.bcc3d.ca
to see your local OpenProject (default credentials are usernameadmin
passwordadmin
), and visitwww.local.bcc3d.ca
to see the local website.
If you want to view logs use docker-compose logs --tail=100 -f
Starting the SSL layer:
cd apps/ssl
docker-compose up -d