diff --git a/doc/install.rst b/doc/install.rst index d778f1c..1765740 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -25,6 +25,7 @@ So installing it is as easy as: or :: + yum install pagure pagure-milters pagure-ev pagure-webhook The ``pagure`` package contains the core of the application and the doc server. @@ -39,7 +40,7 @@ The ``pagure-ev`` package contains the eventsource server. The ``pagure-webhook`` package contains the web-hook server. -..note:: The last three packages are optional, pagure would work fine without +.. note:: The last three packages are optional, pagure would work fine without them. * From the sources @@ -94,7 +95,7 @@ To install pagure via this mechanism simply follow these steps: python setup.py build sudo python setup.py install -..note:: To install the eventsource server or the milter, refer to their +.. note:: To install the eventsource server or the milter, refer to their respective documentations. # Install the additional files as follow: diff --git a/doc/install_evs.rst b/doc/install_evs.rst index 2819e3e..51f4965 100644 --- a/doc/install_evs.rst +++ b/doc/install_evs.rst @@ -19,7 +19,7 @@ The eventsource server is easy to set-up. python-trollius python-trollius-redis -..note:: We ship a systemd unit file for pagure_milter but we welcome patches +.. note:: We ship a systemd unit file for pagure_milter but we welcome patches for scripts for other init systems. diff --git a/doc/install_milter.rst b/doc/install_milter.rst index fb029d6..dc1524f 100644 --- a/doc/install_milter.rst +++ b/doc/install_milter.rst @@ -18,10 +18,10 @@ Configure your system python-pymilter -..note:: We ship a systemd unit file for pagure_milter but we welcome patches +.. note:: We ship a systemd unit file for pagure_milter but we welcome patches for scripts for other init systems. -..note:: It also requires a MTA, we used postfix. +.. note:: It also requires a MTA, we used postfix. * Create an alias ``reply`` @@ -57,9 +57,9 @@ In postfix this is done via: | Source | Destination | +======================================+===================================================+ | ``milters/comment_email_milter.py`` | ``/usr/share//pagure/comment_email_milter.py`` | -+----------------------------------------+-------------------------------------------------+ ++--------------------------------------+---------------------------------------------------+ | ``milters/milter_tempfile.conf`` | ``/usr/lib/tmpfiles.d/pagure-milter.conf`` | -+----------------------------------------+-------------------------------------------------+ ++--------------------------------------+---------------------------------------------------+ | ``milters/pagure_milter.service`` | ``/etc/systemd/system/pagure_milter.service`` | +--------------------------------------+---------------------------------------------------+ diff --git a/doc/install_webhooks.rst b/doc/install_webhooks.rst index e493e99..a532941 100644 --- a/doc/install_webhooks.rst +++ b/doc/install_webhooks.rst @@ -20,7 +20,7 @@ Configure your system python-trollius python-trollius-redis -..note:: We ship a systemd unit file for pagure_webhook but we welcome patches +.. note:: We ship a systemd unit file for pagure_webhook but we welcome patches for scripts for other init systems. @@ -30,9 +30,9 @@ Configure your system | Source | Destination | +==============================================+==========================================================+ | ``webhook-server/pagure-webhook-server.py`` | ``/usr/libexec/pagure-webhook/pagure-webhook-server.py`` | -+----------------------------------------+----------------------------------------------------------------+ ++----------------------------------------------+----------------------------------------------------------+ | ``webhook-server/pagure_webhook.service`` | ``/etc/systemd/system/pagure_webhook.service`` | -+--------------------------------------+------------------------------------------------------------------+ ++----------------------------------------------+----------------------------------------------------------+ The first file is the script of the web-hook server itself.