doc: Update conf filename used to enable mongod

marconi-proxy & marconi-queues are now default

Change-Id: Ic63ef0813b0bdd0c9797bb9b428c84940bc28645
This commit is contained in:
Mike Metral 2013-10-11 05:23:13 +00:00
parent 8b00e173b2
commit 5ed305f913
1 changed files with 5 additions and 2 deletions

View File

@ -20,11 +20,14 @@ Running a local Marconi server with MongoDB
cp -r marconi/etc/*.conf-sample ~/.marconi/marconi.conf
6. Find the ``[drivers:storage:mongodb]`` section in **~/.marconi/marconi.conf** and modify the URI to point to your local mongod instance::
6. Find the ``[drivers:storage:mongodb]`` section in
**~/.marconi/marconi-queues.conf** and modify the URI to point
to your local mongod instance::
uri = mongodb://localhost
7. Run the following so you can see the results of any changes you make to the code, without having to reinstall the package each time::
7. Run the following so you can see the results of any changes you make
to the code, without having to reinstall the package each time::
python setup.py develop