Rails app for managing the transition of websites to GOV.UK. Specifically, it’s for adding and deleting sites, hostnames, and mappings for use with Bouncer.
Use GOV.UK Docker to run any commands that follow.
Relationship with Bouncer
Bouncer and Transition currently share a database. As a result, we aim to keep a
few of their dependencies in sync (on the same version), namely:
rails (Transition) and activerecord (Bouncer)
optic14n
Running the tests
bundle exec rake
Running the worker
bundle exec sidekiq -C config/sidekiq.yml
Style guide
Available at /style, the guide documents how transition is using bootstrap, where the app has diverged from default
styles and any custom styles needed to fill in the gaps.