diff --git a/docs/installation/2-netbox.md b/docs/installation/2-netbox.md index cbe2c70c0..4239246ef 100644 --- a/docs/installation/2-netbox.md +++ b/docs/installation/2-netbox.md @@ -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