blob: 167ca0f5e4cc0e820ef0a8c75d03b7aa51cf50cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Getting Started
===============
To run a simple messaging system run the following
pip install -r requirements.
ln -s path/to/eventmq/eventmq /home/vagrant/.virtualenvs/lib/python2.7/site-packages/eventmq
path/to/eventmq/bin/router - run the router
path/to/eventmq/bin/worker - run a worker. run this command more than once to run more than one worker.
|