A online tool to help with the HMRC Content transition and URL analysis.
The main focus of the tool is the coordination of content writing and a dashboard to show the progress of content in various states.
This application requires:
- Ruby version 2.0.0-p353
- Rails version 4.0.2
And depends on or uses the following parts of the GOV.UK stack:
- https://github.com/alphagov/govuk_need_api (needs)
- https://github.com/alphagov/whitehall (organisations)
Loosely related:
Ensure you have replicated the databases from preview (maslow, whitehall and content-planner).
bowl content-planner
Alternatively run whitehall and govuk_need_api then run ./startup.sh
Local Setup:
bundle
rake db:create db:migrate db:dummy
It delivers emails to mailcatcher when in development.
-
Install mailcatcher:
gem install mailcatcher -
Inside VM:
mailcatcher --http-ip 10.1.1.254 -
From your host machine go to http://10.1.1.254:1080
bundle exec rubocop
The database on preview gets replaced with prod, migrations might need to be rerun.