Shinken: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „Kategorie:ServerApplikation == Installation == <pre> apt-get install shinken DIR=/var/run/shinken mkdir $DIR chown uog+rwx $DIR </pre>“) |
|||
Zeile 2: | Zeile 2: | ||
== Installation == | == Installation == | ||
<pre> | <pre> | ||
apt-get install | apt-get install python-pip python-pycurl python-cherrypy3 | ||
adduser shinken | |||
pip install shinken | |||
</pre> | </pre> |
Version vom 11. Mai 2014, 21:51 Uhr
Installation
apt-get install python-pip python-pycurl python-cherrypy3 adduser shinken pip install shinken