Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

couldn't find 2.4 tarball, it works with 2.4.3 #1991

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,12 @@ Download last stable `Shinken tarball`_ archive (or get the latest `git snapshot

::

adduser shinken
wget http://www.shinken-monitoring.org/pub/shinken-2.4.tar.gz
tar -xvzf shinken-2.4.tar.gz
cd shinken-2.4
python setup.py install
# adduser shinken
# cd /home/shinken
# wget https://codeload.github.com/naparuba/shinken/tar.gz/2.4.3
# tar xf 2.4.3.tar.gz
# cd shinken-2.4.3/
# python setup.py install


Shinken 2.X uses LSB path. If you want to stick to one directory installation you can of course.
Expand Down Expand Up @@ -112,6 +113,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.4.tar.gz
.. _Shinken tarball: https://codeload.github.com/naparuba/shinken/tar.gz/2.4.3
.. _install.d/README: https://github.com/naparuba/shinken/blob/master/install.d/README