diff options
author | Stephen Finucane <stephen@that.guru> | 2018-06-02 21:55:29 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-06-02 21:56:08 +0100 |
commit | a47fd249f6502b6b96dc35859b5f5b17d25c7558 (patch) | |
tree | 07b38440b89854ce51df684ca548364b58ceb50e /docs/development | |
parent | 34e3c9c493c6d5f2cd97eecbeb515ec4c3f9f1ea (diff) | |
download | patchwork-a47fd249f6502b6b96dc35859b5f5b17d25c7558.tar patchwork-a47fd249f6502b6b96dc35859b5f5b17d25c7558.tar.gz |
docs: Update deployment installation guide for v2.1
There are no actual changes needed from the Patchwork side so this is
mostly a cleanup.
- Use Ubuntu 18.04 (including package names)
- Resolve some minor issues with commands
- Remove use of "trust" authentication for PostgreSQL
- Minor style changes
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/installation.rst b/docs/development/installation.rst index 1a97b6d..7f17881 100644 --- a/docs/development/installation.rst +++ b/docs/development/installation.rst @@ -4,7 +4,7 @@ Installation This document describes the necessary steps to configure Patchwork in a development environment. If you are interested in deploying Patchwork in a production environment, refer to `the deployment guide -<../deployment/installation>`__ instead. +</deployment/installation>`__ instead. To begin, you should clone Patchwork: |