diff --git a/doc/Installation/Installation-(RHEL-CentOS).md b/doc/Installation/Installation-(RHEL-CentOS).md index d4dde6f9a..76b9550fb 100644 --- a/doc/Installation/Installation-(RHEL-CentOS).md +++ b/doc/Installation/Installation-(RHEL-CentOS).md @@ -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 ``` @@ -340,4 +340,4 @@ If you don't see data after this, please refer to the [FAQ](http://docs.librenms That's it! You now should be able to log in to http://librenms.example.com/. Please note that we have not covered HTTPS setup in this example, so your LibreNMS install is not secure by default. Please do not expose it to the public Internet unless you have configured HTTPS and taken appropriate web server hardening steps. -It would be great if you would consider opting into the stats system we have, please see [this page](http://docs.librenms.org/General/Callback-Stats-and-Privacy/) on what it is and how to enable it. \ No newline at end of file +It would be great if you would consider opting into the stats system we have, please see [this page](http://docs.librenms.org/General/Callback-Stats-and-Privacy/) on what it is and how to enable it.