aboutsummaryrefslogtreecommitdiffstats
path: root/_sources/getting_started.txt
diff options
context:
space:
mode:
Diffstat (limited to '_sources/getting_started.txt')
-rw-r--r--_sources/getting_started.txt11
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 @@
1Getting Started
2===============
3
4To run a simple messaging system run the following
5
6pip install -r requirements.
7
8ln -s path/to/eventmq/eventmq /home/vagrant/.virtualenvs/lib/python2.7/site-packages/eventmq
9
10path/to/eventmq/bin/router - run the router
11path/to/eventmq/bin/worker - run a worker. run this command more than once to run more than one worker.