pip3 is required on centos

session is no longer required by install
This commit is contained in:
Tony Murray
2020-06-27 09:10:47 -05:00
parent 78969c0181
commit 1b822d8ea3
+2 -3
View File
@@ -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