All Projects → Uberspace → Lab

Uberspace / Lab

Licence: other
The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Lab

Docs
Official repository containing all docs & guides of OVH Group
Stars: ✭ 126 (-45.45%)
Mutual labels:  guides, hosting
Heroku Python Script
Guide for hosting python scripts and applications on Heroku
Stars: ✭ 218 (-5.63%)
Mutual labels:  hosting
Introduction To Computer Systems
Course : Introduction to Computer Systems
Stars: ✭ 162 (-29.87%)
Mutual labels:  lab
Imscp
i-MSCP Main Repository
Stars: ✭ 184 (-20.35%)
Mutual labels:  hosting
Meli
Platform for deploying static sites and frontend applications easily. Automatic SSL, deploy previews, reverse proxy, and more.
Stars: ✭ 2,125 (+819.91%)
Mutual labels:  hosting
Labbuilder
PowerShell Module for building a Hyper-V Lab environment from a simple XML configuration file.
Stars: ✭ 198 (-14.29%)
Mutual labels:  lab
Pharo Wiki
Wiki related to the Pharo programming language and environment.
Stars: ✭ 161 (-30.3%)
Mutual labels:  guides
Awesome Openbsd
A curated list of awesome OpenBSD resources
Stars: ✭ 228 (-1.3%)
Mutual labels:  hosting
Javascript Interview Questions
500+ JavaScript Interview Questions
Stars: ✭ 208 (-9.96%)
Mutual labels:  hosting
Heroku Telegram Bot
Starter pack to host your Python Telegram Bot on Heroku for free.
Stars: ✭ 183 (-20.78%)
Mutual labels:  hosting
Openshiftv3 Workshop
OpenShift v3 Workshops by the OpenShift Tiger Team
Stars: ✭ 179 (-22.51%)
Mutual labels:  lab
Awesome Static Hosting And Cms
A collection of awesome static hosting & CMS providers
Stars: ✭ 163 (-29.44%)
Mutual labels:  hosting
Awesome Cs
👨‍💻 ❤️ 💻 上海交通大学计算机系本科作业参考
Stars: ✭ 205 (-11.26%)
Mutual labels:  lab
Rl Baselines3 Zoo
A collection of pre-trained RL agents using Stable Baselines3, training and hyperparameter optimization included.
Stars: ✭ 161 (-30.3%)
Mutual labels:  lab
Awesome Powershell
A curated list of delightful PowerShell modules and resources
Stars: ✭ 2,967 (+1184.42%)
Mutual labels:  guides
Colourful
🎨 Open source .NET library for working with color spaces.
Stars: ✭ 161 (-30.3%)
Mutual labels:  lab
Bunkerized Nginx
🛡️ Make your web services secure by default !
Stars: ✭ 2,361 (+922.08%)
Mutual labels:  hosting
Adaz
🔧 Automatically deploy customizable Active Directory labs in Azure
Stars: ✭ 197 (-14.72%)
Mutual labels:  lab
Tourguide.js
A simple, lightweight, clean and small library for creating guided product tours for your web app.
Stars: ✭ 231 (+0%)
Mutual labels:  guides
Awesome Mesh
This is a list for mesh networking: Documentation, Free Software mesh protocols, and applications. A mesh network is a network topology in which each node relays data for the network. All mesh nodes cooperate in the distribution of data in the network.
Stars: ✭ 227 (-1.73%)
Mutual labels:  hosting

Uberspace 7 Lab

Welcome to our laboratory! 🎉

This is where we host the source code of the official version over at https://lab.uberspace.de. The lab contains a collection of guides and tips on how to run specific software on Uberspace 7. Most of the guides are contributed by users like you! So, if you'd like to change or add something here, you're more than welcome to do so. Have a look at our contributing guidelines to learn how. Also, have a look at the list of guides people are looking for!

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. To build automatically on each change execute use sphinx-autobuild:

$ make serve

This will start a local webserver on http://127.0.0.1:8000, which always serves the most recent version.

To check the spelling you can use the spellcheck function of sphinx.

$ make spelling

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].