Archived
The entire domain at certification.ubuntu.com is now redirected by the ubuntu.com service to ubuntu.com/cerification. This app is no longer used.
This is the repository for the new certification.ubuntu.com website.
At the moment this is under heavy development and does not relate to any website in production.
This website is written with the help of the flask framework. In order to use functionalities that multiple of our websites here at Canonical share, we import the base-flask-extension module.
Run ./run
inside the root of the repository and all dependencies will automatically be installed. Afterwards the website will be available at http://localhost:8034.
When you start changing files, the server should reload and make the changes available immediately.
You can find the deployment config in the deploy folder.