Skip to content

unboxed/southwark-bsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.