[PATCH 01 of 17 v3] docs: align use of 'my.ini' as configfile placeholder

Thomas De Schampheleire patrickdepinguin at gmail.com
Thu Oct 18 20:49:24 UTC 2018


# HG changeset patch
# User Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
# Date 1539369557 -7200
#      Fri Oct 12 20:39:17 2018 +0200
# Node ID 65d52af8d053cd6f0f0d512cee5062b2b435908b
# Parent  b1652bba9eccdc0957142176094069b4a2534b94
docs: align use of 'my.ini' as configfile placeholder

diff --git a/docs/installation_win.rst b/docs/installation_win.rst
--- a/docs/installation_win.rst
+++ b/docs/installation_win.rst
@@ -166,9 +166,9 @@ it, reopen it following the same command
 one). When ready, 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 (IP address, IP
+Then you must edit my.ini to fit your needs (IP address, IP
 port, mail settings, database, etc.). `NotePad++`__ or a similar text
 editor is recommended to properly handle the newline character
 differences between Unix and Windows.
@@ -177,7 +177,7 @@ differences between Unix and Windows.
 
 For the sake of simplicity, 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>`
@@ -200,7 +200,7 @@ Step 10 -- Running Kallithea
 
 In the previous command prompt, being in the C:\\Kallithea\\Bin folder, type::
 
-  gearbox serve -c production.ini
+  gearbox serve -c my.ini
 
 Open your web server, and go to http://127.0.0.1:5000
 
diff --git a/docs/installation_win_old.rst b/docs/installation_win_old.rst
--- a/docs/installation_win_old.rst
+++ b/docs/installation_win_old.rst
@@ -204,9 +204,9 @@ if you closed it reopen it following the
 "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 @@ character differences between Unix and W
 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 @@ Step 9 -- Running Kallithea
 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
 
diff --git a/docs/setup.rst b/docs/setup.rst
--- a/docs/setup.rst
+++ b/docs/setup.rst
@@ -307,7 +307,7 @@ Celery. So for example setting `BROKER_H
 
 To start the Celery process, run::
 
- gearbox celeryd -c <configfile.ini>
+  gearbox celeryd -c my.ini
 
 Extra options to the Celery worker can be passed after ``--`` - see ``-- -h``
 for more info.


More information about the kallithea-general mailing list