alphagov / support

Forms to raise Zendesk tickets to be used by Government personnel on GOV.UK
https://docs.publishing.service.gov.uk/apps/support.html
MIT License
13 stars 8 forks source link
container govuk govuk-pr-team

Support

This app:

Nomenclature

Technical documentation

This is a Ruby on Rails app, and should follow our Rails app conventions.

You can use the GOV.UK Docker environment to run the application and its tests with all the necessary dependencies. Follow the usage instructions to get started.

Use GOV.UK Docker to run any commands that follow.

Running the test suite

bundle exec rake

Running the worker

Zendesk tickets are raised in the background using a Sidekiq worker.

To start the background worker:

bundle exec sidekiq

Further documentation

Licence

MIT License