Revision d75bf4c1 docs/quick-install-admin-guide.rst

b/docs/quick-install-admin-guide.rst
98 98
		* gevent
99 99
		* dns server
100 100

  
101
You can install apache2, postgresql and ntp by running:
101
You can install apache2, postgresql, ntp and rabbitmq by running:
102 102

  
103 103
.. code-block:: console
104 104

  
105
   # apt-get install apache2 postgresql ntp
105
   # apt-get install apache2 postgresql ntp rabbitmq-server
106 106

  
107 107
Make sure to install gunicorn >= v0.12.2. You can do this by installing from
108 108
the official debian backports:
......
124 124

  
125 125
   # apt-get install python-psycopg2
126 126

  
127
To install RabbitMQ>=2.8.4, use the RabbitMQ APT repository by adding the
128
following line to ``/etc/apt/sources.list``:
129

  
130
.. code-block:: console
131

  
132
    deb http://www.rabbitmq.com/debian testing main
133

  
134
Add RabbitMQ public key, to trusted key list:
135

  
136
.. code-block:: console
137

  
138
  # wget http://www.rabbitmq.com/rabbitmq-signing-key-public.asc
139
  # apt-key add rabbitmq-signing-key-public.asc
140

  
141
Finally, to install the package run:
142

  
143
.. code-block:: console
144

  
145
  # apt-get update
146
  # apt-get install rabbitmq-server
147 127

  
148 128
Database setup
149 129
~~~~~~~~~~~~~~

Also available in: Unified diff