comparison docs/installation_win.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 0955a02f7170
comparison
equal deleted inserted replaced
6554:2c3d30095d5e 6555:213085032127
164 You have to use the same command prompt as in Step 7, so if you closed 164 You have to use the same command prompt as in Step 7, so if you closed
165 it, reopen it following the same commands (including the "activate" 165 it, reopen it following the same commands (including the "activate"
166 one). When ready, type:: 166 one). When ready, type::
167 167
168 cd C:\Kallithea\Bin 168 cd C:\Kallithea\Bin
169 TODO make-config Kallithea production.ini 169 gearbox make-config production.ini
170 170
171 Then you must edit production.ini to fit your needs (IP address, IP 171 Then you must edit production.ini to fit your needs (IP address, IP
172 port, mail settings, database, etc.). `NotePad++`__ or a similar text 172 port, mail settings, database, etc.). `NotePad++`__ or a similar text
173 editor is recommended to properly handle the newline character 173 editor is recommended to properly handle the newline character
174 differences between Unix and Windows. 174 differences between Unix and Windows.