You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_sources/installation.txt
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,11 @@ When starting with Docker, see :any:`environment variables` for passing startup
42
42
43
43
ie. ``-e HQ_DEFAULT_URL='http://aa.com:1212'``
44
44
45
+
To run/install container:
46
+
47
+
``docker run -p 5000:5000 elastichq/elasticsearch-hq``
48
+
49
+
Access HQ with: http://localhost:5000
45
50
46
51
Pre-Releases
47
52
^^^^^^^^^^^^
@@ -202,9 +207,11 @@ Upgrading Minor and Patch versions
202
207
Running in Production
203
208
---------------------
204
209
205
-
We advise that under any considerable usage/load, this application should be run with a multithreaded server. The current flask implemenation by itself should not be run in production without this, as it is a single-threaded process.
210
+
We advise that under any considerable usage/load, this application should be run with a multithreaded server. The current flask implementation by itself should not be run in production without this, as it is a single-threaded process.
206
211
207
-
We recommend running this WSGI application with gunicorn. Install gunicorn by either commenting out the line in the ``requirements.txt`` file or simply running ``pip install gunicorn``
212
+
We recommend running this WSGI application with gunicorn. The Docker container available on DockerHub is pre-configured to run with gunicorn, and is preferred. See the Docker Images section in this document for details.
213
+
214
+
If you wish to run without a container, install gunicorn by either commenting out the line in the ``requirements.txt`` file or simply running ``pip install gunicorn``
208
215
209
216
In console, run gunicorn with:
210
217
@@ -216,8 +223,6 @@ Read the `Gunicorn Docs <http://docs.gunicorn.org/en/stable/configure.html>`_ fo
216
223
217
224
.. note:: For the *Metrics* section to broadcast via websocket, you must have gunicorn set to 1 worker.
218
225
219
-
.. note:: The Docker container available on DockerHub is pre-configured to run with gunicorn.
<p>The <codeclass="docutils literal"><spanclass="pre">latest</span></code> tag deploys the latest stable release. Where <codeclass="docutils literal"><spanclass="pre">develop</span></code> is the latest unstable working branch.</p>
198
198
<p>When starting with Docker, see <aclass="reference internal" href="#environment-variables"><spanclass="std std-ref">Environment Variables</span></a> for passing startup args. Environment variables are passed to docker using the <cite>-e</cite> flag.</p>
<h3><aclass="toc-backref" href="#id7">Pre-Releases</a><aclass="headerlink" href="#pre-releases" title="Permalink to this headline">¶</a></h3>
@@ -393,8 +396,9 @@ <h3><a class="toc-backref" href="#id19">Upgrading Minor and Patch versions</a><a
393
396
</div>
394
397
<divclass="section" id="running-in-production">
395
398
<h2><aclass="toc-backref" href="#id20">Running in Production</a><aclass="headerlink" href="#running-in-production" title="Permalink to this headline">¶</a></h2>
396
-
<p>We advise that under any considerable usage/load, this application should be run with a multithreaded server. The current flask implemenation by itself should not be run in production without this, as it is a single-threaded process.</p>
397
-
<p>We recommend running this WSGI application with gunicorn. Install gunicorn by either commenting out the line in the <codeclass="docutils literal"><spanclass="pre">requirements.txt</span></code> file or simply running <codeclass="docutils literal"><spanclass="pre">pip</span><spanclass="pre">install</span><spanclass="pre">gunicorn</span></code></p>
399
+
<p>We advise that under any considerable usage/load, this application should be run with a multithreaded server. The current flask implementation by itself should not be run in production without this, as it is a single-threaded process.</p>
400
+
<p>We recommend running this WSGI application with gunicorn. The Docker container available on DockerHub is pre-configured to run with gunicorn, and is preferred. See the Docker Images section in this document for details.</p>
401
+
<p>If you wish to run without a container, install gunicorn by either commenting out the line in the <codeclass="docutils literal"><spanclass="pre">requirements.txt</span></code> file or simply running <codeclass="docutils literal"><spanclass="pre">pip</span><spanclass="pre">install</span><spanclass="pre">gunicorn</span></code></p>
Copy file name to clipboardExpand all lines: docs/source/installation.rst
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,11 @@ When starting with Docker, see :any:`environment variables` for passing startup
42
42
43
43
ie. ``-e HQ_DEFAULT_URL='http://aa.com:1212'``
44
44
45
+
To run/install container:
46
+
47
+
``docker run -p 5000:5000 elastichq/elasticsearch-hq``
48
+
49
+
Access HQ with: http://localhost:5000
45
50
46
51
Pre-Releases
47
52
^^^^^^^^^^^^
@@ -202,9 +207,11 @@ Upgrading Minor and Patch versions
202
207
Running in Production
203
208
---------------------
204
209
205
-
We advise that under any considerable usage/load, this application should be run with a multithreaded server. The current flask implemenation by itself should not be run in production without this, as it is a single-threaded process.
210
+
We advise that under any considerable usage/load, this application should be run with a multithreaded server. The current flask implementation by itself should not be run in production without this, as it is a single-threaded process.
206
211
207
-
We recommend running this WSGI application with gunicorn. Install gunicorn by either commenting out the line in the ``requirements.txt`` file or simply running ``pip install gunicorn``
212
+
We recommend running this WSGI application with gunicorn. The Docker container available on DockerHub is pre-configured to run with gunicorn, and is preferred. See the Docker Images section in this document for details.
213
+
214
+
If you wish to run without a container, install gunicorn by either commenting out the line in the ``requirements.txt`` file or simply running ``pip install gunicorn``
208
215
209
216
In console, run gunicorn with:
210
217
@@ -216,8 +223,6 @@ Read the `Gunicorn Docs <http://docs.gunicorn.org/en/stable/configure.html>`_ fo
216
223
217
224
.. note:: For the *Metrics* section to broadcast via websocket, you must have gunicorn set to 1 worker.
218
225
219
-
.. note:: The Docker container available on DockerHub is pre-configured to run with gunicorn.
0 commit comments