diff --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -763,9 +763,9 @@ Apache subdirectory part: .. code-block:: apache - > - ProxyPass http://127.0.0.1:5000/ - ProxyPassReverse http://127.0.0.1:5000/ + + ProxyPass http://127.0.0.1:5000/PREFIX + ProxyPassReverse http://127.0.0.1:5000/PREFIX SetEnvIf X-Url-Scheme https HTTPS=1 @@ -778,9 +778,9 @@ Add the following at the end of the .ini [filter:proxy-prefix] use = egg:PasteDeploy#prefix - prefix = / + prefix = /PREFIX -then change ```` into your chosen prefix +then change ``PREFIX`` into your chosen prefix Apache with mod_wsgi diff --git a/docs/usage/vcs_support.rst b/docs/usage/vcs_support.rst --- a/docs/usage/vcs_support.rst +++ b/docs/usage/vcs_support.rst @@ -138,6 +138,7 @@ When the repositories are added correctl * go to *Admin > Settings > Remap and Rescan* in the Kallithea web interface * select the *Install Git hooks* checkbox when importing Git repositories * click *Rescan Repositories* + This step will scan the filesystem and create the appropriate repository groups and repositories in Kallithea. diff --git a/kallithea/i18n/how_to b/kallithea/i18n/how_to --- a/kallithea/i18n/how_to +++ b/kallithea/i18n/how_to @@ -95,3 +95,6 @@ Edit kallithea/tests/test.ini file and s Run Kallithea tests by executing:: py.test + + +.. _Weblate: http://weblate.org/