From 40a5212c8fd118c0b2d46e28e10129025b420499 Mon Sep 17 00:00:00 2001 From: squigley <35433881+squigley@users.noreply.github.com> Date: Thu, 30 Jan 2020 13:29:24 -0500 Subject: [PATCH] Update 2-netbox.md added details to make sure redis is started and enabled (else the migrate script fails). --- docs/installation/2-netbox.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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