Skip to content

Commit

Permalink
Update doc for Alignak
Browse files Browse the repository at this point in the history
Add link for different project Alignak-monitoring#5
  • Loading branch information
algorys committed Jun 21, 2016
1 parent 47753c2 commit 69766bb
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/01_introduction/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ Technical point of view about a specific feature are discussed in a separated is
.. _Nagios: http://www.nagios.org
.. _GNU Affero General Public License: http://www.gnu.org/licenses/agpl.txt
.. _alignak-monitoring organization's page: https://github.com/Alignak-monitoring
.. _specific Github issue: https://github.com/Alignak-monitoring/alignak/issues/4
.. _specific Github issue: https://github.com/Alignak-monitoring/alignak/issues/262
10 changes: 8 additions & 2 deletions source/02_installation/sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,22 @@ Installation

This is the steps:

* Create user *alignak* and connect with
* Get source archive on this page: https://github.com/Alignak-monitoring/alignak/releases
* Uncompress the archive
* Go in alignak folder
* Run command::

pip install -r requirements.txt

* Install with python::
* Install with python (as sudo)::

python setup.py install
python setup.py install

* Give rights to following fodlers::

chown -R alignak:alignak /usr/local/var/run/alignak
chown -R alignak:alignak /usr/local/var/log/alignak


Install Alignak as python lib
Expand Down
6 changes: 5 additions & 1 deletion source/03_how_it_work/run_daemons.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ If you install with packaging (DEB, RPM...), see on it how to run.
With sources and pip
====================

You must start each daemons manually.
You must start all daemons (as alignak user) like this::

/usr/local/etc/init.d/alignak start

You can also start each daemons manually.

For Broker::

Expand Down
15 changes: 15 additions & 0 deletions source/04_configuration/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ The configuration file will be available in the folder::

etc/alignak/arbiter_cfg/modules

Documentation links
~~~~~~~~~~~~~~~~~~~

So there are the steps to install all:

* install Alignak_
* install the alignak-backend_
* install the mod-alignakbackend_ (documentation not yet writen, so link to repository)
* install the alignak-webui_

.. _Alignak: http://alignak-doc.readthedocs.org/en/latest/02_gettingstarted/installations/index.html
.. _alignak-backend: http://alignak-backend.readthedocs.org/en/latest/install.html
.. _mod-alignakbackend: https://github.com/Alignak-monitoring-contrib/alignak-module-backend
.. _alignak-webui: http://alignak-web-ui.readthedocs.io/en/latest/index.html


Shinken modules
---------------
Expand Down

0 comments on commit 69766bb

Please sign in to comment.