Mercurial > p > roundup > code
comparison doc/installation.txt @ 5910:aec362e31fcd
doc/installation.txt: fix typo
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Wed, 09 Oct 2019 08:26:30 +0200 |
| parents | d57347ae6f25 |
| children | 133efe1fbff7 |
comparison
equal
deleted
inserted
replaced
| 5909:d57347ae6f25 | 5910:aec362e31fcd |
|---|---|
| 860 * a ``db`` subdirectory where messages and files will be stored | 860 * a ``db`` subdirectory where messages and files will be stored |
| 861 * a symbolic link called ``instance`` to /srv/roundup/foo which has | 861 * a symbolic link called ``instance`` to /srv/roundup/foo which has |
| 862 been initialized using ``roundup-admin``. | 862 been initialized using ``roundup-admin``. |
| 863 | 863 |
| 864 The `Apache HTTP Server with mod_wsgi`_ section above has a simple | 864 The `Apache HTTP Server with mod_wsgi`_ section above has a simple |
| 865 WSGI handler. This is a enhanced version to be put into | 865 WSGI handler. This is an enhanced version to be put into |
| 866 ``/srv/roundup/foo/roundup.wsgi``. | 866 ``/srv/roundup/foo/roundup.wsgi``. |
| 867 | 867 |
| 868 .. code:: python | 868 .. code:: python |
| 869 | 869 |
| 870 import sys, os | 870 import sys, os |
