Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

canonical-web-and-design/tutorials.ubuntu.com

Repository files navigation

tutorials.ubuntu.com

CircleCI build status Code coverage

tutorials.ubuntu.com is moving. All tutorial content has been migrated to https://discourse.ubuntu.com/c/tutorials in preparation for this move, and any updates to tutorials should now be made over there


The Polymer application that runs https://tutorials.ubuntu.com.

For anyone wishing to contribute work or file issues, please read CONTRIBUTING.md.

For technical details and help, go to HACKING.md

Running this site

The easiest way to get running is to use our ./run command. This script requires Docker to be installed on your system. For more advanced usage or information how to run without Docker, read HACKING.md.

Quick start

Start up a local server which watches serves content from the examples folder:

$ ./run

Start up a local server which watches a given file or folder for changes relative to the project root.

./run serve [file or folder]

The information presented on https://tutorials.ubuntu.com is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license. The codebase of the tutorials application is licensed under the LGPLv3 by Canonical Ltd.

This code is based on ubuntu/codelabs-source (by @didrocks), which is in turn based on googlecodelabs/codelab-components. Codelab-components is licensed with the Apache License, Version 2.