- fixes after last changes

This commit is contained in:
Sławomir Paszkiewicz
2015-10-06 10:44:41 +02:00
parent 1c51ddd46b
commit f879fdc23f
@@ -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
```