Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/canonical-web-and-design/tutorials.ubuntu.com


https://github.com/canonical-web-and-design/tutorials.ubuntu.com

website

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# tutorials.ubuntu.com

[![CircleCI build status](https://circleci.com/gh/canonical-web-and-design/tutorials.ubuntu.com.svg?style=shield)](https://circleci.com/gh/canonical-web-and-design/tutorials.ubuntu.com) [![Code coverage](https://codecov.io/gh/canonical-web-and-design/tutorials.ubuntu.com/branch/master/graph/badge.svg)](https://codecov.io/gh/canonical-web-and-design/tutorials.ubuntu.com)

**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 .

For anyone wishing to contribute work or file issues, please read [CONTRIBUTING.md](CONTRIBUTING.md).

For technical details and help, go to [HACKING.md](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](HACKING.md).

### Quick start

Start up a local server which watches serves content from the `examples` folder:
``` bash
$ ./run
```

Start up a local server which watches a given file or folder for changes relative to the project root.
``` bash
./run serve [file or folder]
```

---

The information presented on is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/). The codebase of the tutorials application is licensed under the [LGPLv3](http://opensource.org/licenses/lgpl-3.0.html) by [Canonical Ltd](http://www.canonical.com/).

This code is based on [ubuntu/codelabs-source](https://github.com/ubuntu/codelabs-source) (by [@didrocks](https://github.com/didrocks)), which is in turn based on [googlecodelabs/codelab-components](https://github.com/googlecodelabs/codelab-components). Codelab-components is licensed with the [Apache License, Version 2](https://www.apache.org/licenses/LICENSE-2.0).