mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
pip3 is required on centos
session is no longer required by install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user