Merge pull request #21 from hanserasmus/consolidate-install-doc

Added minor changes
This commit is contained in:
Tony Murray
2020-06-14 16:20:35 -05:00
committed by GitHub
+5 -2
View File
@@ -395,11 +395,11 @@ listen = /run/php-fpm-librenms.sock;
=== "CentOS 8"
Install the policy tool for SELinux:
```
dnf install policycoreutils-python-utils
```
## Configure the contexts needed by LibreNMS:
```
@@ -459,6 +459,9 @@ listen = /run/php-fpm-librenms.sock;
# Enable lnms command completion
This feature grants you the opportunity to use tab for completion on lnms commands as you would
for normal linux commands.
```
ln -s /opt/librenms/lnms /usr/local/bin/lnms
cp /opt/librenms/misc/lnms-completion.bash /etc/bash_completion.d/