https://github.com/alphagov/collections-publisher
Publishes step by steps, /browse pages, and legacy /topic pages on GOV.UK
https://github.com/alphagov/collections-publisher
admin container govuk publisher
Last synced: 2 days ago
JSON representation
Publishes step by steps, /browse pages, and legacy /topic pages on GOV.UK
- Host: GitHub
- URL: https://github.com/alphagov/collections-publisher
- Owner: alphagov
- License: mit
- Created: 2014-07-30T10:41:14.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T20:04:52.000Z (6 months ago)
- Last Synced: 2025-05-08T22:51:31.628Z (6 months ago)
- Topics: admin, container, govuk, publisher
- Language: Ruby
- Homepage: https://docs.publishing.service.gov.uk/apps/collections-publisher.html
- Size: 9.33 MB
- Stars: 8
- Watchers: 67
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collections Publisher
This app is used by GDS and some departmental editors. It can publish:
- [/browse pages](https://www.gov.uk/browse/births-deaths-marriages/register-offices)
- [step by step pages](https://www.gov.uk/learn-to-drive-a-car) and [step by step sidebar navigation](https://www.gov.uk/driving-eyesight-rules)
- [coronavirus pages](https://www.gov.uk/coronavirus)
These pages are then served by the [collections app](https://github.com/alphagov/collections). It is also used to curate pages tagged to a browse page into "curated lists", instead of a single 'A-Z' list, as the following screenshots illustrate.


## Nomenclature
See the [README of collections frontend](https://github.com/alphagov/collections).
## Technical documentation
This is a Ruby on Rails application, and should follow [our Rails app conventions](https://docs.publishing.service.gov.uk/manual/conventions-for-rails-applications.html).
You can use the [GOV.UK Docker environment](https://github.com/alphagov/govuk-docker) to run the application and its tests with all the necessary dependencies. Follow [the usage instructions](https://github.com/alphagov/govuk-docker#usage) to get started.
**Use GOV.UK Docker to run any commands that follow.**
### Running the test suite
```
bundle exec rake
```
### Further documentation
See the [docs/](docs/) directory for guidance and architectural decisions.
## Licence
[MIT License](LICENCE)