Skip to content
Snippets Groups Projects
Commit bdbeccd8 authored by Václav Bartoš's avatar Václav Bartoš
Browse files

fixes in install.md

parent f602fec4
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ The current version of SOCTools only runs on a single server. A fully distribute
* `cd soctools`
To test the development version you can clone the repository instead of downloading the latest release:
* git clone https://gitlab.geant.org/gn4-3-wp8-t3.1-soc/soctools.git
* git clone --recursive https://gitlab.geant.org/gn4-3-wp8-t3.1-soc/soctools.git
* `cd soctools`
## Configure SOCTools
......@@ -40,16 +40,13 @@ You can use configuration script named "configure.sh", located in the root folde
* User Management UI - Web UI for creating and managing SOCTools users. Increase security by restricting access only for administrator(s)
* Kibana - Web UI for Kibana. Increase security by restricting access only for administrator(s)
Edit roles/haproxy/files/stats_whitelist.lst in order to manually configure whitelist IP addresses for accessing various tools. You can use access.ips file found in the root folder as starting template.
Edit `roles/haproxy/files/stats_whitelist.lst` in order to manually configure whitelist IP addresses for accessing various tools. You can use `access.ips` file found in the root folder as a starting template.
* `cat access.ips > roles/haproxy/files/stats_whitelist.lst`
* `vi roles/haproxy/files/stats_whitelist.lst`
Edit group_vars/all/main.yml and change 'soctoolsproxy' so that it points to the FQDN of the server.
If you want to use MaxMind GeoLite2 database for enrichment, edit `group_vars/all/main.yml` and add the license key to the variable `maxmind_key`.
* `vi group_vars/all/main.yml`
If you want to use MaxMind GeoLite2 database for enrichment, add the license key to the variable 'maxmind_key'
Users can be configured in the file group_vars/all/users.yml
* `vi group_vars/all/users.yml`
## Install SOCTools
Configure the server running SOCTools:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment