- 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
```
@@ -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.
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.