comparison docs/setup.rst @ 6555:213085032127

gearbox: make a make-config sub-command available again Drop the old kallithea-config command line tool and rework it to a replacement for the make-config paster command. Make-config was experimental in paste, it doesn't exist with gearbox, it was tied to pylons, and we already have the luxury problem of having two ways of doing almost the same thing. This is a good opportunity to get rid of one of them. This replacement tool is Kallithea specific and doesn't need to be told that it is Kallithea it has to create a config file for. The command should thus perhaps be given a Kallithea specific name instead of the very generic name ...
author Mads Kiilerich <madski@unity3d.com>
date Mon, 12 Sep 2016 17:50:11 +0200
parents 2c3d30095d5e
children 8931078f70db
comparison
equal deleted inserted replaced
6554:2c3d30095d5e 6555:213085032127
9 -------------------- 9 --------------------
10 10
11 First, you will need to create a Kallithea configuration file. Run the 11 First, you will need to create a Kallithea configuration file. Run the
12 following command to do so:: 12 following command to do so::
13 13
14 TODO make-config Kallithea my.ini 14 gearbox make-config my.ini
15 15
16 This will create the file ``my.ini`` in the current directory. This 16 This will create the file ``my.ini`` in the current directory. This
17 configuration file contains the various settings for Kallithea, e.g. 17 configuration file contains the various settings for Kallithea, e.g.
18 proxy port, email settings, usage of static files, cache, Celery 18 proxy port, email settings, usage of static files, cache, Celery
19 settings, and logging. 19 settings, and logging.