mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #21 from hanserasmus/consolidate-install-doc
Added minor changes
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user