Skip to content

Commit

Permalink
Update installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala committed Jan 2, 2018
1 parent f088ea8 commit 8253687
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 40 deletions.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/doctrees/installation.doctree
Binary file not shown.
Binary file modified _build/doctrees/mediation.doctree
Binary file not shown.
4 changes: 3 additions & 1 deletion _build/html/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Installation
=============================
To simplify the installation and setup process we have leveraged the Docker project.
To simplify the installation and setup process, the application is distributed in Docker containers. Docker is a way to distribute self-contained applications easily. We provide Docker images for the Community Edition that you can very easily install and upgrade on your PC, Laptops, or server. The docker hub repositories are located at https://hub.docker.com/u/bodastage/

Follow the steps below to install the application:

1. Download Docker Community Edition for your platform from https://www.docker.com/community-edition#/download. Optionally, install Docker Toolbox depending on your Windows OS version for Windows users.

Expand Down
2 changes: 1 addition & 1 deletion _build/html/_sources/mediation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Mediation
One of the biggest challenges we have had to address is how to handle the many complex depend data pipelines/workflows
necessary to load data into the database, transform it, and perform other domain specific processing.

Rather than re-invent the wheel we carefully surveyed the available open source data pipeline and ETL tools. We narrowed down on Apache's `Airflow <http://apache.airflow.org>`_ project
Rather than re-invent the wheel we carefully surveyed the available open source data pipeline and ETL tools. We narrowed down on Apache's `Airflow <http://airflow.apache.org>`_ project
started at Airbnb. What it does is pure magic!

37 changes: 19 additions & 18 deletions _build/html/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@

<div class="section" id="installation">
<h1>Installation<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h1>
<p>To simplify the installation and setup process we have leveraged the Docker project.</p>
<p>To simplify the installation and setup process, the application is distributed in Docker containers. Docker is a way to distribute self-contained applications easily. We provide Docker images for the Community Edition that you can very easily install and upgrade on your PC, Laptops, or server. The docker hub repositories are located at <a class="reference external" href="https://hub.docker.com/u/bodastage/">https://hub.docker.com/u/bodastage/</a></p>
<p>Follow the steps below to install the application:</p>
<ol class="arabic simple">
<li>Download Docker Community Edition for your platform from <a class="reference external" href="https://www.docker.com/community-edition#/download">https://www.docker.com/community-edition#/download</a>. Optionally, install Docker Toolbox depending on your Windows OS version for Windows users.</li>
<li>Download the latest release files for BTS-CE from <a class="reference external" href="https://github.com/bodastage/bts-ce/releases">https://github.com/bodastage/bts-ce/releases</a></li>
Expand All @@ -59,23 +60,7 @@ <h1>Installation<a class="headerlink" href="#installation" title="Permalink to t
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="resources.html">Resources</a></li>
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
<li class="toctree-l1"><a class="reference internal" href="architecture.html">Architecture</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules.html">Modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="api.html">Rest API</a></li>
<li class="toctree-l1"><a class="reference internal" href="database.html">Database</a></li>
<li class="toctree-l1"><a class="reference internal" href="mediation.html">Mediation</a></li>
<li class="toctree-l1"><a class="reference internal" href="integration.html">Integration</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
<li class="toctree-l1"><a class="reference internal" href="api_reference.html">API Reference</a></li>
</ul>
<div class="relations">
<div class="sphinxsidebarwrapper"><div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
Expand All @@ -94,6 +79,22 @@ <h3>Quick search</h3>
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
<h3><a href="index.html">Table Of Contents</a></h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="resources.html">Resources</a></li>
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
<li class="toctree-l1"><a class="reference internal" href="architecture.html">Architecture</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules.html">Modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="api.html">Rest API</a></li>
<li class="toctree-l1"><a class="reference internal" href="database.html">Database</a></li>
<li class="toctree-l1"><a class="reference internal" href="mediation.html">Mediation</a></li>
<li class="toctree-l1"><a class="reference internal" href="integration.html">Integration</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
<li class="toctree-l1"><a class="reference internal" href="api_reference.html">API Reference</a></li>
</ul>

</div>
</div>
<div class="clearer"></div>
Expand Down
36 changes: 18 additions & 18 deletions _build/html/mediation.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<h1>Mediation<a class="headerlink" href="#mediation" title="Permalink to this headline"></a></h1>
<p>One of the biggest challenges we have had to address is how to handle the many complex depend data pipelines/workflows
necessary to load data into the database, transform it, and perform other domain specific processing.</p>
<p>Rather than re-invent the wheel we carefully surveyed the available open source data pipeline and ETL tools. We narrowed down on Apache’s <a class="reference external" href="http://apache.airflow.org">Airflow</a> project
<p>Rather than re-invent the wheel we carefully surveyed the available open source data pipeline and ETL tools. We narrowed down on Apache’s <a class="reference external" href="http://airflow.apache.org">Airflow</a> project
started at Airbnb. What it does is pure magic!</p>
</div>

Expand All @@ -55,23 +55,7 @@ <h1>Mediation<a class="headerlink" href="#mediation" title="Permalink to this he
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="resources.html">Resources</a></li>
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
<li class="toctree-l1"><a class="reference internal" href="architecture.html">Architecture</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules.html">Modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="api.html">Rest API</a></li>
<li class="toctree-l1"><a class="reference internal" href="database.html">Database</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Mediation</a></li>
<li class="toctree-l1"><a class="reference internal" href="integration.html">Integration</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
<li class="toctree-l1"><a class="reference internal" href="api_reference.html">API Reference</a></li>
</ul>
<div class="relations">
<div class="sphinxsidebarwrapper"><div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
Expand All @@ -90,6 +74,22 @@ <h3>Quick search</h3>
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
<h3><a href="index.html">Table Of Contents</a></h3>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="resources.html">Resources</a></li>
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
<li class="toctree-l1"><a class="reference internal" href="architecture.html">Architecture</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules.html">Modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="api.html">Rest API</a></li>
<li class="toctree-l1"><a class="reference internal" href="database.html">Database</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Mediation</a></li>
<li class="toctree-l1"><a class="reference internal" href="integration.html">Integration</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
<li class="toctree-l1"><a class="reference internal" href="api_reference.html">API Reference</a></li>
</ul>

</div>
</div>
<div class="clearer"></div>
Expand Down

0 comments on commit 8253687

Please sign in to comment.