diff options
author | Stephen Finucane <stephen@that.guru> | 2017-04-29 00:46:55 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-04-29 01:17:39 +0100 |
commit | b1aca0bbc176f680d8773dd2b5bc02aa1a9ad7ce (patch) | |
tree | fbf522149be97cf07914f5ae6488929c29a2bf29 /docs/deployment/installation.rst | |
parent | 868f63b0e366f442cfa158db6ecea8e1027491f1 (diff) | |
download | patchwork-b1aca0bbc176f680d8773dd2b5bc02aa1a9ad7ce.tar patchwork-b1aca0bbc176f680d8773dd2b5bc02aa1a9ad7ce.tar.gz |
docs: Add a configuration guide
This should simplify matters for folks that don't have much experience
with Django. It also serves to highlight the 'ENABLE_REST_API' option.
A release note is also added to capture the rename of
DEFAULT_PATCHES_PER_PAGE that has occurred during this cycle.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/deployment/installation.rst')
-rw-r--r-- | docs/deployment/installation.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/deployment/installation.rst b/docs/deployment/installation.rst index 3b3636d..1b47223 100644 --- a/docs/deployment/installation.rst +++ b/docs/deployment/installation.rst @@ -4,7 +4,7 @@ Installation This document describes the necessary steps to configure Patchwork in a production environment. This requires a significantly "harder" deployment than the one used for development. If you are interested in developing Patchwork, -refer to the **development guide** instead. +refer to the :doc:`development guide <../development/installation>` instead. This document describes a two-node installation of Patchwork, consisting of a database sever and an application server. It should be possible to combine @@ -187,6 +187,8 @@ corresponding distro package for each of these requirements. For example: __ https://pkgs.org/ +.. _deployment-settings: + Configure Patchwork ~~~~~~~~~~~~~~~~~~~ @@ -409,6 +411,8 @@ at boot: __ https://uwsgi-docs.readthedocs.io/en/latest/Systemd.html __ https://uwsgi-docs.readthedocs.io/en/latest/Upstart.html +.. _deployment-final-steps: + Final Steps ~~~~~~~~~~~ |