Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
e50baa8d
Commit
e50baa8d
authored
Dec 04, 2013
by
Christos Stavrakakis
Browse files
docs: Don't use RabbitMQ's apt for rabbitmq-server
parent
bb95d9c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/quick-install-admin-guide.rst
View file @
e50baa8d
...
...
@@ -98,11 +98,11 @@ General Synnefo dependencies
*
gevent
*
dns
server
You
can
install
apache2
,
postgresql
and
ntp
by
running
:
You
can
install
apache2
,
postgresql
,
ntp
and
rabbitmq
by
running
:
..
code
-
block
::
console
#
apt
-
get
install
apache2
postgresql
ntp
#
apt
-
get
install
apache2
postgresql
ntp
rabbitmq
-
server
Make
sure
to
install
gunicorn
>=
v0
.12.2
.
You
can
do
this
by
installing
from
the
official
debian
backports
:
...
...
@@ -124,26 +124,6 @@ python-psycopg2 package:
#
apt
-
get
install
python
-
psycopg2
To
install
RabbitMQ
>=
2.8.4
,
use
the
RabbitMQ
APT
repository
by
adding
the
following
line
to
``/
etc
/
apt
/
sources
.
list
``:
..
code
-
block
::
console
deb
http
://
www
.
rabbitmq
.
com
/
debian
testing
main
Add
RabbitMQ
public
key
,
to
trusted
key
list
:
..
code
-
block
::
console
#
wget
http
://
www
.
rabbitmq
.
com
/
rabbitmq
-
signing
-
key
-
public
.
asc
#
apt
-
key
add
rabbitmq
-
signing
-
key
-
public
.
asc
Finally
,
to
install
the
package
run
:
..
code
-
block
::
console
#
apt
-
get
update
#
apt
-
get
install
rabbitmq
-
server
Database
setup
~~~~~~~~~~~~~~
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment