comparison docs/installation_win.rst @ 7406:7784a1212471

cli: convert 'gearbox make-config' into 'kallithea-cli config-create' ... and update documentation.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 18 Nov 2018 20:02:17 +0100
parents 0955a02f7170
children 3158cf0dafb7
comparison
equal deleted inserted replaced
7405:e4b9a1d1fea1 7406:7784a1212471
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 gearbox make-config my.ini 169 kallithea-cli config-create my.ini
170 170
171 Then you must edit my.ini to fit your needs (IP address, IP 171 Then you must edit my.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.