Update development documentation

Development doc is updated as per README for setting up environment.

Change-Id: I1bc4e4057683ab209cae84aa076b756266042174
This commit is contained in:
Shaifali Agrawal 2015-07-08 16:53:26 +05:30
parent 4f173e64bb
commit 7d22b8e85a

View File

@ -59,11 +59,11 @@ Install the prerequisite packages.
On Ubuntu::
$ sudo apt-get install python-pip python-dev git-core
$ sudo apt-get install gcc python-pip libxml2-dev libxslt1-dev
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS)::
$ sudo yum install python-pip python-devel git
$ sudo yum install gcc python-pip libxml2-devel libxslt-devel
Install MongoDB
###############
@ -95,18 +95,21 @@ Configuration
$ mkdir ~/.zaqar
2. Create the sample configuration file zaqar/etc/zaqar.conf.sample::
2. Generate the sample configuration file zaqar/etc/zaqar.conf.sample::
$ pip install tox
$ cd zaqar
$ tox -e genconfig
3. Copy the Zaqar configuration samples to the directory ~/.zaqar/::
$ cp zaqar/etc/zaqar.conf.sample ~/.zaqar/zaqar.conf
$ cp zaqar/etc/logging.conf.sample ~/.zaqar/logging.conf
$ cp etc/zaqar.conf.sample ~/.zaqar/zaqar.conf
$ cp etc/logging.conf.sample ~/.zaqar/logging.conf
4. Find the [drivers] section in ~/.zaqar/zaqar.conf and specify mongodb as the message store::
storage = mongodb
message_storage = mongodb
management_store = mongodb
5. Find the [drivers:message_store:mongodb] section and modify the URI to point to your local mongod instance::