diff --git a/source/01_introduction/introduction.rst b/source/01_introduction/introduction.rst index 044450c..1c46317 100644 --- a/source/01_introduction/introduction.rst +++ b/source/01_introduction/introduction.rst @@ -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 diff --git a/source/02_installation/sources.rst b/source/02_installation/sources.rst index 704448d..2884513 100644 --- a/source/02_installation/sources.rst +++ b/source/02_installation/sources.rst @@ -17,6 +17,7 @@ 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 @@ -24,9 +25,14 @@ This is the steps: 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 diff --git a/source/03_how_it_work/run_daemons.rst b/source/03_how_it_work/run_daemons.rst index 237efec..1043e36 100644 --- a/source/03_how_it_work/run_daemons.rst +++ b/source/03_how_it_work/run_daemons.rst @@ -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:: diff --git a/source/04_configuration/modules.rst b/source/04_configuration/modules.rst index e0e6aae..06e6885 100644 --- a/source/04_configuration/modules.rst +++ b/source/04_configuration/modules.rst @@ -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 ---------------