diff --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -18,7 +18,6 @@ configuration file contains the various proxy port, email settings, usage of static files, cache, Celery settings, and logging. - Next, you need to create the databases used by Kallithea. It is recommended to use PostgreSQL or SQLite (default). If you choose a database other than the default, ensure you properly adjust the database URL in your ``my.ini`` @@ -39,7 +38,6 @@ Example:: paster setup-db my.ini --user=nn --password=secret --email=nn@example.org --repos=/srv/repos - The ``setup-db`` command will create all needed tables and an admin account. When choosing a root path you can either use a new empty location, or a location which already contains existing @@ -144,7 +142,6 @@ The ``--index-only`` option can be used paster make-index my.ini --index-only=vcs,kallithea - To keep your index up-to-date it is necessary to do periodic index builds; for this, it is recommended to use a crontab entry. Example:: @@ -430,7 +427,6 @@ reverse-proxy setup with basic auth: RequestHeader set X-Forwarded-User %{RU}e - .. note:: If you enable proxy pass-through authentication, make sure your server is only accessible through the proxy. Otherwise, any client would be able to @@ -536,7 +532,6 @@ To start the Celery process, run:: paster celeryd - .. note:: Make sure you run this command from the same virtualenv, and with the same user that Kallithea runs. @@ -677,7 +672,6 @@ Here is a sample configuration file for #SetEnvIf X-Url-Scheme https HTTPS=1 - Additional tutorial http://pylonsbook.com/en/1.1/deployment.html#using-apache-to-proxy-requests-to-pylons @@ -734,7 +728,6 @@ that, you'll need to: Here is a sample excerpt from an Apache Virtual Host configuration file: - .. code-block:: apache WSGIDaemonProcess kallithea \