aboutsummaryrefslogtreecommitdiff
path: root/scripts/rhodecode-setup
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-01-23 14:35:15 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-01-23 14:35:15 +0100
commit87ac3d88e676c0c262119562b5bffc6d7bc1652b (patch)
tree2c09157ec908c0526dbe2526552c9f2c71ccef0e /scripts/rhodecode-setup
parenta9a0ee1e1d264f6cd460418502822d9fe81a1053 (diff)
Fixed typo.
Diffstat (limited to 'scripts/rhodecode-setup')
-rw-r--r--scripts/rhodecode-setup7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index afdb097..db3dbf3 100644
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -14,9 +14,10 @@ REQUIRED_PACKAGES = ["python-pip", "python-webob", "python-bcrypt",
"python-markdown", "python-webhelpers", "python-docutils",
"python-formencode", "python-pylons", "python-dev",
"python-pastescript", "python-psycopg2", "python-nose",
- "build-essential", "apache2"]
+ "build-essential", "python-amqplib", "python-anyjson",
+ "python-mailer", "apache2"]
# Packages required for celery integration.
-CELERY_REQUIRED_PACKAGES = ["python-celery", "rabbitmq-server"]
+CELERY_REQUIRED_PACKAGES = ["rabbitmq-server"]
# Packages for the backend to use.
SQLITE_DB = "sqlite"
@@ -547,7 +548,7 @@ if __name__ == '__main__':
# Create the necessary directories to store RhodeCode data and cache.
directories = [args.rhodecode_data_dir, args.repos_dir,
- args.rhodedoce_log_dir]
+ args.rhodecode_log_dir]
if not args.no_celery:
directories.append(args.celery_log_dir)