# HG changeset patch # User Marcin Kuzminski # Date 1292526915 -3600 # Node ID 8bbe9ab76371e5ceec8534910b42aa08c050aa27 # Parent 25116ab9f0bc06db482e3bfbcf8e90d702e65b62 cleaned installation docs a little diff -r 25116ab9f0bc -r 8bbe9ab76371 docs/installation.rst --- a/docs/installation.rst Thu Dec 16 15:03:38 2010 +0100 +++ b/docs/installation.rst Thu Dec 16 20:15:15 2010 +0100 @@ -16,23 +16,6 @@ After You decide to Run it with celery make sure You run celeryd using paster and message broker together with the application. -Requirements for Celery ------------------------ - -.. note:: - Installing message broker and using celery is optional, RhodeCode will - work without them perfectly fine. - - -**Message Broker** - -- preferred is `RabbitMq `_ -- possible other is `Redis `_ - -For installation instructions You can visit: -http://ask.github.com/celery/getting-started/index.html -It's very nice tutorial how to start celery_ with rabbitmq_ - Install from Cheese Shop ------------------------ Rhodecode requires python 2.x greater than version 2.5 @@ -86,8 +69,28 @@ - this will install rhodecode together with pylons and all other required python libraries +Requirements for Celery (optional) +---------------------------------- + +.. note:: + Installing message broker and using celery is optional, RhodeCode will + work without them perfectly fine. + + +**Message Broker** + +- preferred is `RabbitMq `_ +- possible other is `Redis `_ + +For installation instructions You can visit: +http://ask.github.com/celery/getting-started/index.html +It's very nice tutorial how to start celery_ with rabbitmq_ + You can now proceed to :ref:`setup` +----------------------------------- + + .. _virtualenv: http://pypi.python.org/pypi/virtualenv .. _python: http://www.python.org/