Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

canonical/certification.ubuntu.com

Repository files navigation

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.


Repository for certification.ubuntu.com

CircleCI build status Code coverage

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.

Architecture overview

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.

Development

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.

Deploy

You can find the deployment config in the deploy folder.