From cec10c1d3764b6cbf9ef1ab84e592ebb4bbdc45a Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Fri, 9 Aug 2019 22:55:14 +0200 Subject: [PATCH] Update Installation-CentOS-7-Apache to fix formatting (#10504) * Update Installation-CentOS-7-Apache.md Fixed formatting. * Update Installation-CentOS-7-Apache.md --- doc/Installation/Installation-CentOS-7-Apache.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Installation/Installation-CentOS-7-Apache.md b/doc/Installation/Installation-CentOS-7-Apache.md index 87ed9930b5..51abf195ff 100644 --- a/doc/Installation/Installation-CentOS-7-Apache.md +++ b/doc/Installation/Installation-CentOS-7-Apache.md @@ -16,6 +16,9 @@ yum install epel-release ``` rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm +``` + +``` yum install composer cronie fping git httpd ImageMagick jwhois mariadb mariadb-server mtr MySQL-python net-snmp net-snmp-utils nmap php72w php72w-cli php72w-common php72w-curl php72w-gd php72w-mbstring php72w-mysqlnd php72w-process php72w-snmp php72w-xml php72w-zip python-memcached rrdtool ``` @@ -35,7 +38,7 @@ git clone https://github.com/librenms/librenms.git # Set permissions -```` +``` chown -R librenms:librenms /opt/librenms chmod 770 /opt/librenms setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/ @@ -302,3 +305,4 @@ If you would like to help make LibreNMS better there are [many ways to help](http://docs.librenms.org/Support/FAQ/#what-can-i-do-to-help). You can also [back LibreNMS on Open Collective](https://t.libren.ms/donations). +