From 674992c254037bb6007542cf681f7ca5f4d1bbd7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 30 2015 10:38:54 +0000 Subject: Mentions the web-hook package on the install doc --- diff --git a/doc/install.rst b/doc/install.rst index e239605..d778f1c 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -20,12 +20,12 @@ its derivative via the `EPEL repository `. So installing it is as easy as: :: - dnf install pagure pagure-milters pagure-ev + dnf install pagure pagure-milters pagure-ev pagure-webhook or :: - yum install pagure pagure-milters pagure-ev + yum install pagure pagure-milters pagure-ev pagure-webhook The ``pagure`` package contains the core of the application and the doc server. (See the ``Overview`` page for a global overview of the structure of the @@ -36,7 +36,10 @@ mail filter to hook into a MTA). The ``pagure-ev`` package contains the eventsource server. -..note:: The last two packages are optional, pagure would work fine without +The ``pagure-webhook`` package contains the web-hook server. + + +..note:: The last three packages are optional, pagure would work fine without them. * From the sources