Skip to content

Anleitungen zur Installation von Apps & Diensten auf Linux und Android

License

Notifications You must be signed in to change notification settings

return42/handsOn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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