No description, website, or topics provided.
HTML Shell Python JavaScript
Latest commit bdf9721 Jan 9, 2018 @caldav caldav Merge pull request #618 from kyrofa/circle_ci
tutorials: add circle ci snap tutorial
Permalink
Failed to load latest commit information.
bin Add ./run! May 19, 2017
examples Rationalize required metadata in all tutorials, now enforced with a n… Dec 6, 2017
images Adds a gci badge (#577) Dec 20, 2017
metadata Changed containers colour to indigo Oct 18, 2017
src Change intro content Jan 9, 2018
test Update linter to check for duplicated tutorial ids (#564) Dec 22, 2017
tutorials Merge pull request #618 from kyrofa/circle_ci Jan 9, 2018
.dockerignore Add Dockerfile and .dockerignore Nov 5, 2017
.editorconfig Add EditorConfig file Jan 25, 2017
.env Set to port 8016 May 23, 2017
.eslintignore Add linting, testing, and CI Aug 23, 2017
.eslintrc Update eslint and polymer lint rules Aug 23, 2017
.gitignore Update to ./run v2.2.0 Nov 3, 2017
.stylelintignore Update styling to pass linting Aug 23, 2017
.stylelintrc Update styling to pass linting Aug 23, 2017
.travis.yml Add linting, testing, and CI Aug 23, 2017
CONTRIBUTING.md Fix broken link in CONTRIBUTING.md Nov 29, 2017
Dockerfile Add Dockerfile and .dockerignore Nov 5, 2017
HACKING.md Move usage details into HACKING.md May 23, 2017
LICENSE.md License this codebase with LGPL v3 Feb 2, 2017
README.md Move usage details into HACKING.md May 23, 2017
bower.json Update Polymer to 1.11 Nov 3, 2017
index.html Keep using Ubuntu Mono and SC pro from Google Dec 21, 2017
manifest.json Move app folder to root Jan 3, 2017
package.json Merge pull request #534 from canonical-websites/lint-metadata Dec 6, 2017
polymer.json Remove es6-unbundled build Nov 13, 2017
run Update run script Dec 21, 2017
service-worker.js Move app folder to root Jan 3, 2017
sw-precache-config.js Move app folder to root Jan 3, 2017
yarn.lock Use a reporter that doesn't clear the output before reporting Dec 6, 2017

README.md

tutorials.ubuntu.com

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.