From 33cc04d044f803f769face5d7aa33e957864a00d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 28 2015 12:47:53 +0000 Subject: Let's not forget to start redis if we want to have SSE work --- diff --git a/doc/Install_evs.rst b/doc/Install_evs.rst index c0e0853..1bf81a9 100644 --- a/doc/Install_evs.rst +++ b/doc/Install_evs.rst @@ -41,5 +41,7 @@ The second file is the systemd service file. * Finally, activate the service and ensure it's started upon boot: :: + systemctl enable redis + systemctl start redis systemctl enable pagure_ev systemctl start pagure_ev