diff options
Diffstat (limited to 'getting_started.html')
| -rw-r--r-- | getting_started.html | 197 |
1 files changed, 197 insertions, 0 deletions
diff --git a/getting_started.html b/getting_started.html new file mode 100644 index 0000000..5b254f8 --- /dev/null +++ b/getting_started.html | |||
| @@ -0,0 +1,197 @@ | |||
| 1 | |||
| 2 | |||
| 3 | <!DOCTYPE html> | ||
| 4 | <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> | ||
| 5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> | ||
| 6 | <head> | ||
| 7 | <meta charset="utf-8"> | ||
| 8 | |||
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 10 | |||
| 11 | <title>Getting Started — EventMQ 0 documentation</title> | ||
| 12 | |||
| 13 | |||
| 14 | |||
| 15 | |||
| 16 | |||
| 17 | |||
| 18 | |||
| 19 | |||
| 20 | |||
| 21 | |||
| 22 | |||
| 23 | |||
| 24 | |||
| 25 | |||
| 26 | |||
| 27 | <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> | ||
| 28 | |||
| 29 | |||
| 30 | |||
| 31 | |||
| 32 | |||
| 33 | <link rel="top" title="EventMQ 0 documentation" href="index.html"/> | ||
| 34 | |||
| 35 | |||
| 36 | <script src="_static/js/modernizr.min.js"></script> | ||
| 37 | |||
| 38 | </head> | ||
| 39 | |||
| 40 | <body class="wy-body-for-nav" role="document"> | ||
| 41 | |||
| 42 | <div class="wy-grid-for-nav"> | ||
| 43 | |||
| 44 | |||
| 45 | <nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
| 46 | <div class="wy-side-scroll"> | ||
| 47 | <div class="wy-side-nav-search"> | ||
| 48 | |||
| 49 | |||
| 50 | |||
| 51 | <a href="index.html" class="icon icon-home"> EventMQ | ||
| 52 | |||
| 53 | |||
| 54 | |||
| 55 | </a> | ||
| 56 | |||
| 57 | |||
| 58 | |||
| 59 | |||
| 60 | <div class="version"> | ||
| 61 | 0 | ||
| 62 | </div> | ||
| 63 | |||
| 64 | |||
| 65 | |||
| 66 | |||
| 67 | <div role="search"> | ||
| 68 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> | ||
| 69 | <input type="text" name="q" placeholder="Search docs" /> | ||
| 70 | <input type="hidden" name="check_keywords" value="yes" /> | ||
| 71 | <input type="hidden" name="area" value="default" /> | ||
| 72 | </form> | ||
| 73 | </div> | ||
| 74 | |||
| 75 | |||
| 76 | </div> | ||
| 77 | |||
| 78 | <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> | ||
| 79 | |||
| 80 | |||
| 81 | |||
| 82 | <ul> | ||
| 83 | <li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a></li> | ||
| 84 | <li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to EventMQ</a></li> | ||
| 85 | </ul> | ||
| 86 | |||
| 87 | |||
| 88 | |||
| 89 | </div> | ||
| 90 | </div> | ||
| 91 | </nav> | ||
| 92 | |||
| 93 | <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> | ||
| 94 | |||
| 95 | |||
| 96 | <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> | ||
| 97 | <i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
| 98 | <a href="index.html">EventMQ</a> | ||
| 99 | </nav> | ||
| 100 | |||
| 101 | |||
| 102 | |||
| 103 | <div class="wy-nav-content"> | ||
| 104 | <div class="rst-content"> | ||
| 105 | |||
| 106 | |||
| 107 | |||
| 108 | |||
| 109 | |||
| 110 | |||
| 111 | <div role="navigation" aria-label="breadcrumbs navigation"> | ||
| 112 | <ul class="wy-breadcrumbs"> | ||
| 113 | <li><a href="index.html">Docs</a> »</li> | ||
| 114 | |||
| 115 | <li>Getting Started</li> | ||
| 116 | <li class="wy-breadcrumbs-aside"> | ||
| 117 | |||
| 118 | |||
| 119 | <a href="_sources/getting_started.txt" rel="nofollow"> View page source</a> | ||
| 120 | |||
| 121 | |||
| 122 | </li> | ||
| 123 | </ul> | ||
| 124 | <hr/> | ||
| 125 | </div> | ||
| 126 | <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
| 127 | <div itemprop="articleBody"> | ||
| 128 | |||
| 129 | <div class="section" id="getting-started"> | ||
| 130 | <h1>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">ΒΆ</a></h1> | ||
| 131 | <p>To run a simple messaging system run the following</p> | ||
| 132 | <p>pip install -r requirements.</p> | ||
| 133 | <p>ln -s path/to/eventmq/eventmq /home/vagrant/.virtualenvs/lib/python2.7/site-packages/eventmq</p> | ||
| 134 | <p>path/to/eventmq/bin/router - run the router | ||
| 135 | path/to/eventmq/bin/worker - run a worker. run this command more than once to run more than one worker.</p> | ||
| 136 | </div> | ||
| 137 | |||
| 138 | |||
| 139 | </div> | ||
| 140 | </div> | ||
| 141 | <footer> | ||
| 142 | |||
| 143 | |||
| 144 | <hr/> | ||
| 145 | |||
| 146 | <div role="contentinfo"> | ||
| 147 | <p> | ||
| 148 | © Copyright 2015, eventboard.io. | ||
| 149 | |||
| 150 | </p> | ||
| 151 | </div> | ||
| 152 | Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
| 153 | |||
| 154 | </footer> | ||
| 155 | |||
| 156 | </div> | ||
| 157 | </div> | ||
| 158 | |||
| 159 | </section> | ||
| 160 | |||
| 161 | </div> | ||
| 162 | |||
| 163 | |||
| 164 | |||
| 165 | |||
| 166 | |||
| 167 | <script type="text/javascript"> | ||
| 168 | var DOCUMENTATION_OPTIONS = { | ||
| 169 | URL_ROOT:'./', | ||
| 170 | VERSION:'0', | ||
| 171 | COLLAPSE_INDEX:false, | ||
| 172 | FILE_SUFFIX:'.html', | ||
| 173 | HAS_SOURCE: true | ||
| 174 | }; | ||
| 175 | </script> | ||
| 176 | <script type="text/javascript" src="_static/jquery.js"></script> | ||
| 177 | <script type="text/javascript" src="_static/underscore.js"></script> | ||
| 178 | <script type="text/javascript" src="_static/doctools.js"></script> | ||
| 179 | |||
| 180 | |||
| 181 | |||
| 182 | |||
| 183 | |||
| 184 | <script type="text/javascript" src="_static/js/theme.js"></script> | ||
| 185 | |||
| 186 | |||
| 187 | |||
| 188 | |||
| 189 | <script type="text/javascript"> | ||
| 190 | jQuery(function () { | ||
| 191 | SphinxRtdTheme.StickyNav.enable(); | ||
| 192 | }); | ||
| 193 | </script> | ||
| 194 | |||
| 195 | |||
| 196 | </body> | ||
| 197 | </html> \ No newline at end of file | ||