defd75e1a5b3b5d7c0730151acc86fd18e3e36ae
As part of storage refactor, it was decided to move unit tests under a unit package. Implements blueprint: refactor-system-tests Change-Id: I15a6cd9e80ed5ef6e71e6e7d778b161df66d8beb
Marconi
Message queuing service for OpenStack
Running a local Marconi server with MongoDB
Start a MongoDB instance:
mongodClone the Marconi repo:
git clone https://github.com/stackforge/marconi.gitcd to your local copy of the repo
Copy the Marconi config files to the directory ~/.marconi:
cp -r marconi/etc/*.conf-sample ~/.marconi/marconi.confFind the
[drivers:storage:mongodb]section in ~/.marconi/marconi.conf and modify the URI to point to your local mongod instance:uri = mongodb://localhostRun 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 developStart the marconi server:
marconi-server
Description
Languages
Python
95.6%
PHP
1.8%
Shell
1.3%
HTML
0.9%
Lua
0.3%