This is the service used primarily by register custodians to manage their registers. You can find out more information about registers or contact us here.
Ruby 2.4.5 Postgres 9.5+
bundle install
export RAILS_MASTER_KEY=`registers-pass show registers/app/manager/store`
rake db:setup
rails s
rake db:migrate
managing-registers uses continuous deployment, all code pushed to the master branch will be automatically deployment to production.
You have two options if you wish to test your changes on the staging environment:
- Push your code to the
stagingbranch which will be automatically deployed to thestagingenvironment or - Deploy your branch locally by installing autopilot then running:
cf target -s sandbox
cf zero-downtime-push managing-registers -f manifest-staging.yml
Unless stated otherwise, this codebase is released under the MIT license.