Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.02 KB

README.rst

File metadata and controls

22 lines (16 loc) · 1.02 KB

handsOn Sammlung

Aufgabe der handsOn ist es, eine möglichst saubere Installation und Orchestrierung von Diensten und Anwendungen auf Linux Systemen zu ermöglichen. Um eine reproduzierbare Installation und Konfiguration der Anwendungen zu gewährleisten sind in dem Ordner ./scripts ausführbare Skripte hinterlegt. Die Basis ist eine Ubuntu/debian Distribution, das hier dokumentierte Know-how ist jedoch allgemeiner Natur.

Bootstrap Installation:

wget --no-check -O /tmp/bs.sh "https://github.com/return42/handsOn/raw/master/bootstrap.sh" ; bash /tmp/bs.sh

Siehe auch: https://return42.github.io/handsOn/get_started.html