Update 2-netbox.md

added details to make sure redis is started and enabled (else the migrate script fails).
This commit is contained in:
squigley 2020-01-30 13:29:24 -05:00 committed by GitHub
parent 3143f75a38
commit 40a5212c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,6 +165,21 @@ REDIS = {
} }
} }
``` ```
Make sure that redis is started and enabled to automatically start at boot.
**Ubuntu**
```no-highlight
# service redis-server start
# systemctl enable redis-server
```
**CentOS**
```no-highlight
# service redis start
# systemctl enable redis
```
## SECRET_KEY ## SECRET_KEY