Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 428 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 428 Bytes

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.