Skip to content

freerange/whitehall

 
 

Repository files navigation

Whitehall

Whitehall is deployed in two modes:

Live examples (public facing APIs)

Live examples (public facing frontend)

CSV Previews

Government Information

World Information

Running the Application

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

Traditionally, the two sides of Whitehall are available on different domains in development, which reflect their counterparts in production:

While this usually results in different routing behaviour, in development all routes can be accessed from either domain, although the redirect behaviour may differ.

Nomenclature

  • Govspeak A variation of Markdown used throughout whitehall as the general publishing format

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.

Running the test suite

# run all the test suites
bundle exec rake

Javascript unit tests can also be run separately:

# run all the JavaScript tests
bundle exec rake jasmine

Further documentation

See the docs/ directory.

Licence

MIT License

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 80.2%
  • HTML 10.9%
  • JavaScript 4.7%
  • SCSS 2.9%
  • Gherkin 1.2%
  • Shell 0.1%