aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-01-23 18:54:28 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-01-23 18:54:28 +0100
commit7d69d615f6617d03e6ce206a88dd206dccae7498 (patch)
treed5222460a5d5185255fd25ff0f1714485a4290b3 /INSTALL
parent511fe63c6703737e38b51a7205298532193282ac (diff)
Fixed problem with Apache conf.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e20582e..805dd41 100644
--- a/INSTALL
+++ b/INSTALL
@@ -26,7 +26,8 @@ To use that script, these are the steps:
python scritps/rhodecode-setup --rhodecode-config config/production.ini \
--rhodecode-admin-email $EMAIL --rhodecode-admin-pwd $ADMIN_PWD \
- --assume-yes --rabbitmq-pwd $RABBIT_PWD --postgres-role-pwd $DB_PWD
+ --assume-yes --rabbitmq-pwd $RABBIT_PWD --postgres-role-pwd $DB_PWD \
+ --apache-conf config/rhodecode
Changing $RABBIT_PWD with tha password written in 'broker.password', and
$DB_PWD with the one set up on the database configuration line. Fill in also