forked from shinken-solutions/shinken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FOR_DEV
30 lines (22 loc) · 880 Bytes
/
FOR_DEV
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Here is a way to setup a shinken in "raw mode" without installing it really:
Install
-------
After unpacking the tarball move the shinken directory to the desired destination
and give it to the shinken user::
mv shinken /usr/local
chown -R shinken:shinken /usr/local/shinken
Update / Remove
---------------
Just remove your shinken directory
rm -rf /usr/local/shinken
Running
-------
It's easy, there is already a launch script for you::
shinken/bin/launch_all_debug.sh
It will generate some /tmp/*debug files that you can use to debug the code :)
WebUI / Skonf
-------------
Branch: develop-webui*
* If you find a bug or have feature requests for us, please go to GitHub an Open an issue. Don't forget to label it (WebUI/Skonf)!
* If you have a pull request for us, please choose the develop-webui branch as destination.
Maintained by Andreas Karfusehr, Jean Gabès