From bdbeccd88cea694a37ef3b28f26532790417a557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Barto=C5=A1?= <bartos@cesnet.cz> Date: Mon, 19 Sep 2022 14:17:21 +0200 Subject: [PATCH] fixes in install.md --- doc/install.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/install.md b/doc/install.md index b2307e8..1a1c1f3 100644 --- a/doc/install.md +++ b/doc/install.md @@ -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: -- GitLab