Show More
@@ -55,7 +55,8 b' If using MySQL, please consult the docum' | |||
|
55 | 55 | utility. |
|
56 | 56 | |
|
57 | 57 | Look for ``sqlalchemy.url`` in your configuration file to determine |
|
58 | database type, settings, location, etc. | |
|
58 | database type, settings, location, etc. If you were running Kallithea 0.3.x or | |
|
59 | older, this was ``sqlalchemy.db1.url``. | |
|
59 | 60 | |
|
60 | 61 | |
|
61 | 62 | 3. Activate the Kallithea virtual environment (if any) |
@@ -101,7 +102,8 b' Run the following command to create a ne' | |||
|
101 | 102 | |
|
102 | 103 | kallithea-cli config-create new.ini |
|
103 | 104 | |
|
104 |
Then compare it with your old config file and |
|
|
105 | Then compare it with your old config file and copy over the required | |
|
106 | configuration values from the old to the new file. | |
|
105 | 107 | |
|
106 | 108 | .. note:: |
|
107 | 109 | Please always make sure your ``.ini`` files are up to date. Errors |
@@ -197,6 +199,11 b' 9. Start the Kallithea web application' | |||
|
197 | 199 | This step once again depends entirely on the web server software used to |
|
198 | 200 | serve Kallithea. |
|
199 | 201 | |
|
202 | If you were running Kallithea 0.3.x or older and were using ``paster serve | |
|
203 | my.ini`` before, then the corresponding command in Kallithea 0.4 and later is:: | |
|
204 | ||
|
205 | gearbox serve -c new.ini | |
|
206 | ||
|
200 | 207 | Before starting the new version of Kallithea, you may find it helpful to |
|
201 | 208 | clear out your log file so that new errors are readily apparent. |
|
202 | 209 |
General Comments 0
You need to be logged in to leave comments.
Login now