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