##// END OF EJS Templates
cleaned installation docs a little
marcink -
r855:8bbe9ab7 beta
parent child Browse files
Show More
@@ -16,23 +16,6 b' will work just fine without celery runni'
16 16 After You decide to Run it with celery make sure You run celeryd using paster
17 17 and message broker together with the application.
18 18
19 Requirements for Celery
20 -----------------------
21
22 .. note::
23 Installing message broker and using celery is optional, RhodeCode will
24 work without them perfectly fine.
25
26
27 **Message Broker**
28
29 - preferred is `RabbitMq <http://www.rabbitmq.com/>`_
30 - possible other is `Redis <http://code.google.com/p/redis/>`_
31
32 For installation instructions You can visit:
33 http://ask.github.com/celery/getting-started/index.html
34 It's very nice tutorial how to start celery_ with rabbitmq_
35
36 19 Install from Cheese Shop
37 20 ------------------------
38 21 Rhodecode requires python 2.x greater than version 2.5
@@ -86,8 +69,28 b' Step by step installation example'
86 69 - this will install rhodecode together with pylons
87 70 and all other required python libraries
88 71
72 Requirements for Celery (optional)
73 ----------------------------------
74
75 .. note::
76 Installing message broker and using celery is optional, RhodeCode will
77 work without them perfectly fine.
78
79
80 **Message Broker**
81
82 - preferred is `RabbitMq <http://www.rabbitmq.com/>`_
83 - possible other is `Redis <http://code.google.com/p/redis/>`_
84
85 For installation instructions You can visit:
86 http://ask.github.com/celery/getting-started/index.html
87 It's very nice tutorial how to start celery_ with rabbitmq_
88
89 89
90 90 You can now proceed to :ref:`setup`
91 -----------------------------------
92
93
91 94
92 95 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
93 96 .. _python: http://www.python.org/
General Comments 0
You need to be logged in to leave comments. Login now