obstschale / lab

The Uberlab aims to provide various tutorials on how to setup tools and software inside an uberspace on U7.

Home Page:https://lab.uberspace.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab

The UberLab aims to provide various tutorials on how to setup tools and software inside an uberspace on U7.

Development

Pushing for each and every change is fun, but can take some time. To speed up your development process, the lab can be built locally.

Initial Setup

$ virtualenv venv --python=python3.6
$ source venv/bin/activate
$ pip install -r requirements.txt

Building

$ source venv/bin/activate
$ make html

The HTML views are now present in build/html.

License

All text and code in this repository is licensed under CC-BY-NC-SA 4.0. All project logos are property of the respective project.

About

The Uberlab aims to provide various tutorials on how to setup tools and software inside an uberspace on U7.

https://lab.uberspace.de

License:Other


Languages

Language:Python 43.5%Language:HTML 26.0%Language:CSS 14.4%Language:JavaScript 12.8%Language:Makefile 3.3%