mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02:00
- fixes after last changes
This commit is contained in:
@@ -21,8 +21,8 @@ service mysqld start
|
||||
**MariaDB**
|
||||
```bash
|
||||
yum install net-snmp mariadb-server mariadb-client
|
||||
chkconfig mariadb on (systemctl enable mariadb on CentOS 7)
|
||||
service mariadb start (systemctl start mariadb on CentOS 7)
|
||||
chkconfig mariadb on
|
||||
service mariadb start
|
||||
```
|
||||
|
||||
**CentOS 7**
|
||||
@@ -92,7 +92,7 @@ Note if not using HTTPd (Apache): RHEL requires `httpd` to be installed regardle
|
||||
**CentOS 6**
|
||||
```bash
|
||||
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 mysql ImageMagick jwhois nmap mtr rrdtool MySQL-python net-snmp-utils vixie-cron php-mcrypt fping git
|
||||
yum install php php-cli php-gd php-mysql php-snmp php-pear php-curl httpd net-snmp graphviz graphviz-php mysql ImageMagick jwhois nmap mtr rrdtool MySQL-python net-snmp-utils vixie-cron php-mcrypt fping git
|
||||
pear install Net_IPv4-1.3.4
|
||||
pear install Net_IPv6-1.2.2b2
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user