add instruction to install rabbitmq-server

with congress distributed architecture now standard,
rabbitmq-server is required.

Change-Id: I5f79147bb75aa612073dd514fac0a15daa2c8bef
This commit is contained in:
Eric K 2018-08-21 19:17:50 -07:00
parent 014361c809
commit aa9c441838
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ Install the following software, if you haven't already.
.. code-block:: console
$ sudo apt-get install git gcc python-dev python-antlr3 libxml2 libxslt1-dev libzip-dev build-essential libssl-dev libffi-dev
$ sudo apt install git gcc python-dev python-antlr3 libxml2 libxslt1-dev libzip-dev build-essential libssl-dev libffi-dev
$ sudo apt install rabbitmq-server # https://www.rabbitmq.com/install-debian.html
$ sudo apt install python-setuptools
$ sudo pip install --upgrade pip virtualenv pbr tox