aboutsummaryrefslogtreecommitdiff
path: root/docs/deployment/index.rst
blob: 984e8a5fa84adbf15d9cd9a3784be49b4973e84f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
:orphan:

Deployment Documentation
========================

Patchwork is a pretty standard Django application and is in widespread
production use across the web. The below documents provide information on how
you could deploy your own Patchwork instances for production use.

.. toctree::
   :maxdepth: 2

   /deployment/installation
   /deployment/configuration
   /deployment/management
   /deployment/upgrading