1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix up CentOS installation instructions; add troubleshooting guide

This commit is contained in:
Jeremy Stretch
2020-02-28 17:31:51 -05:00
parent 1b6f721e50
commit 22ec11c766
4 changed files with 23 additions and 6 deletions

View File

@@ -9,7 +9,10 @@
#### CentOS
```no-highlight
# yum install -y epel-release
# yum install -y redis
# systemctl start redis
# systemctl enable redis
```
You may wish to modify the Redis configuration at `/etc/redis.conf` or `/etc/redis/redis.conf`, however in most cases the default configuration is sufficient.