diff --git a/docs/upgrade.rst b/docs/upgrade.rst --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -20,7 +20,7 @@ Upgrading from PyPI (aka "Cheeseshop") If using a sqlite database, stop the Rhodecode process/daemon/service, and then make a copy of the database file:: - service rhodecode stop + service kallithea stop cp rhodecode.db rhodecode.db.{version} @@ -90,7 +90,7 @@ readily apparent:: Once that is complete, you may now start your upgraded Rhodecode Instance:: - service rhodecode start + service kallithea start Or:: diff --git a/init.d/celeryd-upstart.conf b/init.d/celeryd-upstart.conf --- a/init.d/celeryd-upstart.conf +++ b/init.d/celeryd-upstart.conf @@ -1,19 +1,19 @@ -# celeryd - run the celeryd daemon as an upstart job for rhodecode +# celeryd - run the celeryd daemon as an upstart job for kallithea # Change variables/paths as necessary and place file /etc/init/celeryd.conf # start/stop/restart as normal upstart job (ie: $ start celeryd) description "Celery for RhodeCode Mercurial Server" author "Matt Zuba