# HG changeset patch # User Marcin Kuzminski # Date 2013-01-18 01:11:28 # Node ID a649599ad8b79ba8f7a200b2645a3165f8f4d7cb # Parent 2fb94c52e20ed85e99e8bddaf143a8806496c95e added my gist script for another detailed installation instructions diff --git a/docs/installation.rst b/docs/installation.rst --- a/docs/installation.rst +++ b/docs/installation.rst @@ -43,6 +43,10 @@ For installing RhodeCode i highly recomm 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::