diff docs/installation_win_old.rst @ 7389:0955a02f7170

docs: align use of 'my.ini' as configfile placeholder
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Fri, 12 Oct 2018 20:39:17 +0200
parents 213085032127
children 7784a1212471
line wrap: on
line diff
--- a/docs/installation_win_old.rst	Tue Oct 02 20:11:18 2018 +0200
+++ b/docs/installation_win_old.rst	Fri Oct 12 20:39:17 2018 +0200
@@ -204,9 +204,9 @@
 "activate" one). When ready, just type::
 
   cd C:\Kallithea\Bin
-  gearbox make-config production.ini
+  gearbox make-config my.ini
 
-Then, you must edit production.ini to fit your needs (network address and
+Then, you must edit my.ini to fit your needs (network address and
 port, mail settings, database, whatever). I recommend using NotePad++
 (free) or similar text editor, as it handles well the EndOfLine
 character differences between Unix and Windows
@@ -215,7 +215,7 @@
 For the sake of simplicity lets run it with the default settings. After
 your edits (if any), in the previous Command Prompt, type::
 
- gearbox setup-db -c production.ini
+ gearbox setup-db -c my.ini
 
 .. warning:: This time a *new* database will be installed. You must
              follow a different process to later :ref:`upgrade <upgrade>`
@@ -239,7 +239,7 @@
 In the previous command prompt, being in the C:\\Kallithea\\Bin folder,
 just type::
 
- gearbox serve -c production.ini
+ gearbox serve -c my.ini
 
 Open yout web server, and go to http://127.0.0.1:5000