mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
update documentation for centos 7
epel is required for fping and php-mcrypt, vixie-cron is replaced by cronie.
This commit is contained in:
@@ -99,7 +99,8 @@ Note if not using HTTPd (Apache): RHEL requires `httpd` to be installed regardle
|
|||||||
|
|
||||||
**CentOS 7**
|
**CentOS 7**
|
||||||
```bash
|
```bash
|
||||||
yum install php php-cli php-gd php-mysql php-snmp php-pear php-curl httpd net-snmp graphviz graphviz-php mariadb ImageMagick jwhois nmap mtr rrdtool MySQL-python net-snmp-utils vixie-cron php-mcrypt fping git
|
yum install epel-release
|
||||||
|
yum install php php-cli php-gd php-mysql php-snmp php-pear php-curl httpd net-snmp graphviz graphviz-php mariadb ImageMagick jwhois nmap mtr rrdtool MySQL-python net-snmp-utils cronie php-mcrypt fping git
|
||||||
pear install Net_IPv4-1.3.4
|
pear install Net_IPv4-1.3.4
|
||||||
pear install Net_IPv6-1.2.2b2
|
pear install Net_IPv6-1.2.2b2
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user