Southwark Building Safety Platform (BSP)

Getting started

Building the services

docker compose build

Setting up the database

docker compose run --rm web bundle exec rails db:setup

Run the services

docker compose up

Deploying

The project is hosted on Heroku.

The main branch is automatically deployed to the staging environments.

production is deployed manually.