Skip to content

Commit

Permalink
Enh: Doc - Change to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Coavoux committed Jan 26, 2015
1 parent 27201bf commit 24720f0
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GNU/Linux & Unix Installation
Method 1: Pip
-------------

Shinken 2.0 is available on Pypi : https://pypi.python.org/pypi/Shinken/2.0
Shinken 2.2 is available on Pypi : https://pypi.python.org/pypi/Shinken/2.2
You can download the tarball and execute the setup.py or just use the pip command to install it automatically.


Expand All @@ -67,7 +67,7 @@ You can download the tarball and execute the setup.py or just use the pip comman
Method 2: Packages
-------------------

For now the 2.0 packages are not available, but the community is working hard for it! Packages are simple, easy to update and clean.
For now the 2.2 packages are not available, but the community is working hard for it! Packages are simple, easy to update and clean.
Packages should be available on Debian/Ubuntu and Fedora/RH/CentOS soon (basically *.deb* and *.rpm*).


Expand All @@ -79,13 +79,13 @@ Download last stable `Shinken tarball`_ archive (or get the latest `git snapshot
::

adduser shinken
wget http://www.shinken-monitoring.org/pub/shinken-2.0.tar.gz
tar -xvzf shinken-2.0.tar.gz
cd shinken-2.0
wget http://www.shinken-monitoring.org/pub/shinken-2.2.tar.gz
tar -xvzf shinken-2.2.tar.gz
cd shinken-2.2
python setup.py install


Shinken 2.0 introduces LSB path. If you want to stick to one directory installation you can of course.
Shinken 2.X uses LSB path. If you want to stick to one directory installation you can of course.
Default paths are the following:

* **/etc/shinken** for configuration files
Expand All @@ -100,7 +100,7 @@ Default paths are the following:
Windows Installation
====================

For 2.0 the executable installer may not be provided. Consequently, installing Shinken on a Windows may be manual with setup.py.
For 2.X+ the executable installer may not be provided. Consequently, installing Shinken on a Windows may be manual with setup.py.
Steps are basically the same as on Linux (Python install etc.) but in windows environment it's always a bit tricky.


Expand All @@ -110,6 +110,6 @@ Steps are basically the same as on Linux (Python install etc.) but in windows en
.. _python-pycurl: http://pycurl.sourceforge.net/
.. _setuptools: http://pypi.python.org/pypi/setuptools/
.. _git snapshot: https://github.com/naparuba/shinken/tarball/master
.. _Shinken tarball: http://www.shinken-monitoring.org/pub/shinken-2.0.tar.gz
.. _Shinken tarball: http://www.shinken-monitoring.org/pub/shinken-2.2.tar.gz
.. _install.d/README: https://github.com/naparuba/shinken/blob/master/install.d/README

0 comments on commit 24720f0

Please sign in to comment.