diff --git a/doc/Install_evs.rst b/doc/Install_evs.rst index bcce802..c0e0853 100644 --- a/doc/Install_evs.rst +++ b/doc/Install_evs.rst @@ -12,7 +12,6 @@ Configure your system The eventsource server is easy to set-up. * Installed the required dependencies - :: python-redis @@ -20,6 +19,7 @@ The eventsource server is easy to set-up. python-trollius-redis systemd + ..note: This last one is necessary if you want to use the service file provided. Otherwise, you will have to write your own. @@ -33,6 +33,11 @@ The eventsource server is easy to set-up. | ``ev-server/pagure_ev.service`` | ``/usr/lib/systemd/system/pagure_ev.service`` | +----------------------------------------+-----------------------------------------------------+ +The first file is the script of the SSE server itself. + +The second file is the systemd service file. + + * Finally, activate the service and ensure it's started upon boot: ::