Skip to content

Commit

Permalink
Merge pull request #1 from OwlH-net/docu-jal-dev
Browse files Browse the repository at this point in the history
master configuration rebuild
  • Loading branch information
72nomada committed Jul 3, 2020
2 parents 536a8b5 + 8eea9aa commit 0f7b7bc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/main/OwlHInstaller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ We will reduce and manage which repository to be used from our own installer. Bu

Current repositories depending on your OS based system, are:

:centos: http://repo.owlh.net/current/
:centos: http://repo.owlh.net/current-centos/
:debian: http://repo.owlh.net/current-debian/
:arm: http://repo.owlh.net/current-arm/


Targets
Expand Down
23 changes: 17 additions & 6 deletions source/main/install/ins-owlh-master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install OwlH Master
"uitarfile":"owlhui.tar.gz",
"tmpfolder":"/tmp/",
"action": "install", <===
"repourl":"http://repo.owlh.net/current/",
"repourl":"http://repo.owlh.net/current-centos/", <=== Be sure to set right repo
"target": [
"owlhmaster", <===
"owlhui" <===
Expand Down Expand Up @@ -55,6 +55,17 @@ Install OwlH Master
.. attention::
you can change your installation paths as needed. Changing default paths may need further paths change for some configurations like service init files. If you are not familiar with it, keep defaults until it is really needed or ask for help.


Verify your libpcap library is installed.
`````````````````````````````````````````````````````

::

CentOS:
# yum -y install libpcap0.8
Debian/Ubuntu:
# apt-cache -y install libpcap

run OwlH Installer to install OwlH UI and OwlH Master
`````````````````````````````````````````````````````

Expand All @@ -70,13 +81,13 @@ Configure your Master and UI
if CentOs:
# wget http://repo.owlh.net/current-centos/services/owlhui-httpd.sh
# bash owlhui-httpd.sh
# wget http://repo.owlh.net/current-centos/services/owlhmaster-service.sh
# bash owlhmaster-service.sh
if Debian/Ubuntu:
# wget http://repo.owlh.net/current-debian/services/owlhui-httpd.sh
# bash owlhui-httpd.sh
# wget http://repo.owlh.net/current-debian/services/owlhmaster-service.sh
# bash owlhmaster-service.sh
both OS:
# cp /usr/local/owlh/src/owlhmaster/conf/service/owlhmaster.service /etc/systemd/system
# systemctl daemon-reload
# systemctl start owlhmaster.service



Expand Down Expand Up @@ -110,7 +121,7 @@ modify your config.json file to set action as "update".
...
"tmpfolder":"/tmp/",
"action": "update", <===
"repourl":"http://repo.owlh.net/current/", <=== Repo url may vary
"repourl":"http://repo.owlh.net/current-centos/", <=== Repo url may vary
"target": [
"owlhmaster" <===
],
Expand Down

0 comments on commit 0f7b7bc

Please sign in to comment.