diff --git a/docs/installation_win.rst b/docs/installation_win.rst --- a/docs/installation_win.rst +++ b/docs/installation_win.rst @@ -166,7 +166,7 @@ it, reopen it following the same command one). When ready, type:: cd C:\Kallithea\Bin - paster make-config Kallithea production.ini + TODO make-config Kallithea production.ini Then you must edit production.ini to fit your needs (IP address, IP port, mail settings, database, etc.). `NotePad++`__ or a similar text @@ -177,7 +177,7 @@ __ http://notepad-plus-plus.org/ For the sake of simplicity, run it with the default settings. After your edits (if any) in the previous command prompt, type:: - paster setup-db production.ini + gearbox setup-db -c production.ini .. warning:: This time a *new* database will be installed. You must follow a different process to later :ref:`upgrade ` @@ -200,7 +200,7 @@ Step 10 -- Running Kallithea In the previous command prompt, being in the C:\\Kallithea\\Bin folder, type:: - paster serve production.ini + gearbox serve -c production.ini Open your web server, and go to http://127.0.0.1:5000