Changeset - 39f81c536ad4
[Not reviewed]
default
0 2 0
Mads Kiilerich - 7 years ago 2018-12-23 21:16:07
mads@kiilerich.com
docs: Fix a couple of build warnings

Now down to the usual:
build/docs/api/models.rst: WARNING: document isn't included in any toctree
2 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/administrator_guide/auth.rst
Show inline comments
 
.. _authentication:
 

	
 
====================
 
Authentication setup
 
====================
 

	
 
Users can be authenticated in different ways. By default, Kallithea
 
uses its internal user database. Alternative authentication
 
methods include LDAP, PAM, Crowd, and container-based authentication.
 

	
 
.. _ldap-setup:
 

	
 

	
 
LDAP Authentication
 
-------------------
docs/overview.rst
Show inline comments
 
@@ -60,25 +60,26 @@ installed.
 

	
 
- Kallithea can also be installed from ready-made packages using a package manager.
 
  The official released versions are available on PyPI_ and can be downloaded and
 
  installed with all dependencies using ``pip install kallithea``.
 

	
 
  With this method, Kallithea is installed in the Python environment as any
 
  other package, usually as a ``.../site-packages/Kallithea-X-py2.7.egg/``
 
  directory with Python files and everything else that is needed.
 

	
 
  (``pip install kallithea`` from a source tree will do pretty much the same
 
  but build the Kallithea package itself locally instead of downloading it.)
 

	
 
.. note:: Kallithea includes front-end code that needs to be processed first.
 
.. note::
 
   Kallithea includes front-end code that needs to be processed first.
 
The tool npm_ is used to download external dependencies and orchestrate the
 
processing. The ``npm`` binary must thus be available.
 

	
 

	
 
Web server
 
----------
 

	
 
Kallithea is (primarily) a WSGI_ application that must be run from a web
 
server that serves WSGI applications over HTTP.
 

	
 
Kallithea itself is not serving HTTP (or HTTPS); that is the web server's
 
responsibility. Kallithea does however need to know its own user facing URL
0 comments (0 inline, 0 general)