This is an application for submitting a form.
The instructions will help you to get the application running locally on your machine.
You'll need an Amazon DynamoDB local instance running in a docker container.
You'll need a JavaScript runtime: https://github.com/rails/execjs
Clone the app and run bundle
locally.
Run the following to set up the local version of DynamoDB
docker pull amazon/dynamodb-local
docker run -d -p 8000:8000 amazon/dynamodb-local
foreman start
bundle exec rake
Every commit to master is deployed to GOV.UK PaaS by this concourse pipeline, which is configured in concourse/pipeline.yml.
The concourse pipeline has credentials for the govuk-forms-deployer
user in
GOV.UK PaaS. This user has the SpaceDeveloper role, so it can cf push
the application.