Skip to content

Commit

Permalink
examples: Minor modification to script
Browse files Browse the repository at this point in the history
  • Loading branch information
dbellinghoven committed Dec 13, 2018
1 parent 98ed9a2 commit aff0221
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 13 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/user/demo.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/user/install.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/build/html/_sources/user/demo.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ installed then clone the `respository

.. code-block:: shell
$ git clone git@github.com:morningconsult/go-elasticsearch-alerts.git
$ git clone https://github.com/morningconsult/go-elasticsearch-alerts.git
$ cd go-elasticsearch-alerts/examples
$ ./start-test-system.sh
Expand All @@ -34,7 +34,7 @@ The setup script will perform the following actions:
6. Wait for Consul to become healthy (exits after 10 failed health checks)
7. Start Go Elasticsearch Alerts running in another Docker container

Note that the Elasticsearch and Consul containers will attempt to use ports
**Note**: The Elasticsearch and Consul containers will attempt to use ports
9200 and 8500 respectively. If these ports are unavailable then the script will
fail.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_sources/user/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ binary if you have Docker installed. Simply clone this repository
and run ``make docker`` to build the binary within a Docker
container and output it to the local directory::

$ git clone git@github.com:morningconsult/go-elasticsearch-alerts.git
$ git clone https://github.com/morningconsult/go-elasticsearch-alerts.git
$ cd go-elasticsearch-alerts
$ make docker

Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/build/html/user/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>Setup<a class="headerlink" href="#setup" title="Permalink to this headline">
first make sure you have <a class="reference external" href="https://docs.docker.com/install/">Docker</a>
installed then clone the <a class="reference external" href="https://github.com/morningconsult/go-elasticsearch-alerts">respository</a> and run the
<a class="reference external" href="https://github.com/morningconsult/go-elasticsearch-alerts/blob/master/examples/start-test-system.sh">setup script</a>:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>$ git clone git@github.com:morningconsult/go-elasticsearch-alerts.git
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>$ git clone https://github.com/morningconsult/go-elasticsearch-alerts.git
$ <span class="nb">cd</span> go-elasticsearch-alerts/examples
$ ./start-test-system.sh
</pre></div>
Expand All @@ -62,7 +62,7 @@ <h2>Setup<a class="headerlink" href="#setup" title="Permalink to this headline">
<li>Wait for Consul to become healthy (exits after 10 failed health checks)</li>
<li>Start Go Elasticsearch Alerts running in another Docker container</li>
</ol>
<p>Note that the Elasticsearch and Consul containers will attempt to use ports
<p><strong>Note</strong>: The Elasticsearch and Consul containers will attempt to use ports
9200 and 8500 respectively. If these ports are unavailable then the script will
fail.</p>
<p>Now Go Elasticsearch Alerts should be running in a Docker container in your
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/user/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>Docker<a class="headerlink" href="#docker" title="Permalink to this headline
binary if you have Docker installed. Simply clone this repository
and run <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">docker</span></code> to build the binary within a Docker
container and output it to the local directory:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ git clone git@github.com:morningconsult/go-elasticsearch-alerts.git
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ git clone https://github.com/morningconsult/go-elasticsearch-alerts.git
$ cd go-elasticsearch-alerts
$ make docker
</pre></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/user/demo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ installed then clone the `respository

.. code-block:: shell
$ git clone git@github.com:morningconsult/go-elasticsearch-alerts.git
$ git clone https://github.com/morningconsult/go-elasticsearch-alerts.git
$ cd go-elasticsearch-alerts/examples
$ ./start-test-system.sh
Expand All @@ -34,7 +34,7 @@ The setup script will perform the following actions:
6. Wait for Consul to become healthy (exits after 10 failed health checks)
7. Start Go Elasticsearch Alerts running in another Docker container

Note that the Elasticsearch and Consul containers will attempt to use ports
**Note**: The Elasticsearch and Consul containers will attempt to use ports
9200 and 8500 respectively. If these ports are unavailable then the script will
fail.

Expand Down
2 changes: 1 addition & 1 deletion docs/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ binary if you have Docker installed. Simply clone this repository
and run ``make docker`` to build the binary within a Docker
container and output it to the local directory::

$ git clone git@github.com:morningconsult/go-elasticsearch-alerts.git
$ git clone https://github.com/morningconsult/go-elasticsearch-alerts.git
$ cd go-elasticsearch-alerts
$ make docker

Expand Down
Loading

0 comments on commit aff0221

Please sign in to comment.