From 1b822d8ea381b1ccf5c1a1a3b7fc7eca52c9fb67 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sat, 27 Jun 2020 09:10:47 -0500 Subject: [PATCH] pip3 is required on centos session is no longer required by install --- doc/Installation/Install-LibreNMS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/Installation/Install-LibreNMS.md b/doc/Installation/Install-LibreNMS.md index f56a959350..c001774c39 100644 --- a/doc/Installation/Install-LibreNMS.md +++ b/doc/Installation/Install-LibreNMS.md @@ -34,13 +34,13 @@ you select the same option when they are presented. === "NGINX" ``` dnf install epel-release - dnf install bash-completion cronie fping git ImageMagick mariadb-server mtr net-snmp net-snmp-utils nginx nmap php-fpm php-cli php-common php-curl php-gd php-json php-mbstring php-process php-snmp php-xml php-zip php-mysqlnd python3 python3-PyMySQL python3-redis python3-memcached rrdtool + dnf install bash-completion cronie fping git ImageMagick mariadb-server mtr net-snmp net-snmp-utils nginx nmap php-fpm php-cli php-common php-curl php-gd php-json php-mbstring php-process php-snmp php-xml php-zip php-mysqlnd python3 python3-PyMySQL python3-redis python3-memcached python3-pip rrdtool unzip ``` === "Apache" ``` dnf install epel-release - dnf install bash-completion cronie fping git httpd ImageMagick mariadb-server mtr net-snmp net-snmp-utils nmap php-fpm php-cli php-common php-curl php-gd php-json php-mbstring php-process php-snmp php-xml php-zip php-mysqlnd python3 python3-PyMySQL python3-redis python3-memcached rrdtool unzip + dnf install bash-completion cronie fping git httpd ImageMagick mariadb-server mtr net-snmp net-snmp-utils nmap php-fpm php-cli php-common php-curl php-gd php-json php-mbstring php-process php-snmp php-xml php-zip php-mysqlnd python3 python3-PyMySQL python3-redis python3-memcached python3-pip rrdtool unzip ``` === "Debian 10" @@ -53,7 +53,6 @@ you select the same option when they are presented. ``` useradd librenms -d /opt/librenms -M -r -s /usr/bin/bash -usermod -a -G apache librenms # FIXME needed for CentOS, remove session ``` # Download LibreNMS