aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2013-01-18 01:11:28 +0100
committerMarcin Kuzminski <marcin@python-works.com>2013-01-18 01:11:28 +0100
commitedf6d6401607e7e833276d42dc449430ae9e4dc4 (patch)
treed58b7e26e99cf401cf41de847e57ac35205b1575 /docs
parent164c637e785679c80b6505007442d73b4a4ac4fa (diff)
added my gist script for another detailed installation instructions
--HG-- branch : beta
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 203bc264..b634ffef 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -43,6 +43,10 @@ For installing RhodeCode i highly recommend using separate virtualenv_. This
way many required by RhodeCode libraries will remain sandboxed from your main
python and making things less problematic when doing system python updates.
+Alternative very detailed installation instructions for Ubuntu Server with
+celery, indexer and daemon scripts: https://gist.github.com/4546398
+
+
- Assuming you have installed virtualenv_ create a new virtual environment
using virtualenv command::