data.gov.uk website.
License: MIT
Moved to settings.
The following steps will explain how to run the application locally and get in to a state where pull requests can be opened to modify the project on github. They assume a user using Mac OSX.
https://docs.docker.com/desktop/setup/install/mac-install/
just is a simple way to save/run project-specific commands. It's an alternative to make and the devs go in to the differences on the project homepage; https://github.com/casey/just
brew install just
just init
just up
The project should now be running and accessible at http://localhost:8000/
just test - runs the tests under docker
just logs
just build
just should list out other common commands in the project
Sentry is an error logging aggregator service. You can sign up for a free account at https://sentry.io/signup/?code=cookiecutter or download and host it yourself. The system is set up with reasonable defaults, including 404 logging and integration with the WSGI application.
You must set the DSN url in production.
The following details how to deploy this application.
See detailed cookiecutter-django Heroku documentation.
See detailed cookiecutter-django Docker documentation.
Developer docs are located in docs/.