Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/canonical-web-and-design/tutorials.ubuntu.com
- Owner: canonical-web-and-design
- License: other
- Archived: true
- Created: 2017-01-03T03:26:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T11:13:31.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T07:41:51.752Z (7 months ago)
- Topics: website
- Language: HTML
- Size: 40.1 MB
- Stars: 171
- Watchers: 28
- Forks: 146
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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).