changeset 855:8bbe9ab76371 beta

cleaned installation docs a little
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 16 Dec 2010 20:15:15 +0100
parents 25116ab9f0bc
children 86cbf8e6d76a
files docs/installation.rst
diffstat 1 files changed, 20 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- 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 <http://www.rabbitmq.com/>`_
-- possible other is `Redis <http://code.google.com/p/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 <http://www.rabbitmq.com/>`_
+- possible other is `Redis <http://code.google.com/p/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/