diff options
Diffstat (limited to '_sources/getting_started.txt')
| -rw-r--r-- | _sources/getting_started.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_sources/getting_started.txt b/_sources/getting_started.txt new file mode 100644 index 0000000..167ca0f --- /dev/null +++ b/_sources/getting_started.txt | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | Getting Started | ||
| 2 | =============== | ||
| 3 | |||
| 4 | To run a simple messaging system run the following | ||
| 5 | |||
| 6 | pip install -r requirements. | ||
| 7 | |||
| 8 | ln -s path/to/eventmq/eventmq /home/vagrant/.virtualenvs/lib/python2.7/site-packages/eventmq | ||
| 9 | |||
| 10 | path/to/eventmq/bin/router - run the router | ||
| 11 | path/to/eventmq/bin/worker - run a worker. run this command more than once to run more than one worker. | ||