aboutsummaryrefslogtreecommitdiff
path: root/scripts/rhodecode-setup
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rhodecode-setup')
-rwxr-xr-xscripts/rhodecode-setup11
1 files changed, 1 insertions, 10 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index e270016..e805f8c 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -873,7 +873,6 @@ if __name__ == '__main__':
# This is a job that actually stops RhodeCode and celeryd.
# It is an upstart task.
start_service("rhodecode-stop")
- start_service("celeryd-stop")
stop_service("apache2")
backup_installation(home_dir)
@@ -910,12 +909,8 @@ if __name__ == '__main__':
copy_file(args.rhodecode_config, home_dir)
set_owners(rhodecode_conf, args.rhodecode_usr)
- # Start rhodecode and celery.
+ # Start rhodecode.
start_service("rhodecode-start")
-
- if not args.no_celery:
- start_service("celeryd-start")
-
start_service("apache2")
# TODO: start some tests when we implement those.
else:
@@ -997,8 +992,4 @@ if __name__ == '__main__':
install_upstart_conf(args.no_celery)
start_service("rhodecode-start")
- if not args.no_celery:
- start_service("celeryd")
-
print_install_report(args, home_dir, rhodecode_conf)
- # save_install_args(args, home_dir, rhodecode_conf)