Updated install docs so users do not chown logs directory

This commit is contained in:
laf
2016-01-25 23:14:32 +00:00
parent 6d026575ec
commit 24c14f2525
3 changed files with 0 additions and 8 deletions

View File

@@ -107,7 +107,6 @@ First, create and chown the `rrd` directory and create the `logs` directory:
mkdir rrd logs
chown -R librenms:librenms /opt/librenms
chown www-data:www-data logs
chmod 775 rrd
> NOTE: If you're not running Ubuntu or Debian, you will need to change `www-data` to the user and group which run the Apache web server.

View File

@@ -265,12 +265,6 @@ First, create and chown the `rrd` directory and create the `logs` directory
mkdir rrd logs
chown -R librenms:librenms /opt/librenms
chmod 775 rrd
# For HTTPd (Apache):
chown apache:apache logs
# For Nginx:
chown nginx:nginx logs
```
> If you're planing on running rrdcached, make sure that the path is also chmod'ed to 775 and chown'ed to librenms:librenms.

View File

@@ -108,7 +108,6 @@ First, create and chown the `rrd` directory and create the `logs` directory
mkdir rrd logs
chown -R librenms:librenms /opt/librenms
chown www-data:www-data logs
chmod 775 rrd
> NOTE: If you're planing on running rrdcached, make sure that the path is also chmod'ed to 775 and chown'ed to librenms:librenms.