diff --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -121,6 +121,7 @@ authentication is fully supported. to the Kallithea db and run check functions for permissions against that. + Setting up Whoosh full text search ---------------------------------- @@ -384,7 +385,6 @@ administrator can then modify it using K It's also possible for an administrator to create accounts and configure their permissions before the user logs in for the first time, using the :ref:`create-user` API. - Container-based authentication '''''''''''''''''''''''''''''' @@ -395,7 +395,6 @@ After setting up your container (see `Ap to configure it to require authentication on the location configured for Kallithea. - Proxy pass-through authentication ''''''''''''''''''''''''''''''''' @@ -710,6 +709,7 @@ Add the following at the end of the .ini then change ```` into your chosen prefix + Apache with mod_wsgi -------------------- @@ -807,6 +807,7 @@ the ``init.d`` directory of the Kallithe .. __: https://kallithea-scm.org/repos/kallithea/files/tip/init.d/ . + .. _virtualenv: http://pypi.python.org/pypi/virtualenv .. _python: http://www.python.org/ .. _Mercurial: http://mercurial.selenic.com/