aboutsummaryrefslogtreecommitdiff
path: root/scripts/rhodecode-setup
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rhodecode-setup')
-rwxr-xr-xscripts/rhodecode-setup5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index a38dba5..d62c8b6 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -31,7 +31,8 @@ REQUIRED_PACKAGES = ["python-pip", "python-webob", "python-bcrypt", "members",
"python-pastescript", "python-psycopg2", "python-nose",
"build-essential", "python-amqplib", "python-anyjson",
"python-mailer", "apache2", "git", "python-ldap",
- "python-objgraph", "libapache2-mod-xsendfile"]
+ "python-objgraph", "libapache2-mod-xsendfile",
+ "mercurial"]
# Packages required for celery integration.
CELERY_REQUIRED_PACKAGES = ["rabbitmq-server"]
@@ -88,7 +89,7 @@ RHODECODE_LOG_DIR = "/var/log/rhodecode"
APACHE_DEFAULT_DIR = "/etc/apache2/sites-available/"
# Default modules to enalbe in Apache
APACHE_ENABLE_MODULES = ["proxy", "proxy_http", "expires", "headers", "ssl",
- "xsendfile", "proxy_balancer"]
+ "xsendfile", "proxy_balancer", "rewrite"]
# Apache websites to disable.
APACHE_DISABLE_SITES = ["default"]
# Chown script constants.