Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppeBocci committed Aug 30, 2023
1 parent aefd8e7 commit b623586
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
12 changes: 6 additions & 6 deletions docs/_sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ Installation

Dowload repo
=============
You can downoal it from: https://github.com/DEIB-GECO/NMTF-link .
You can downoal it from: https://github.com/DEIB-GECO/NMTF-web .

Or you can download it using git command:

.. code-block:: console
git clone https://github.com/DEIB-GECO/NMTF-link
git clone https://github.com/DEIB-GECO/NMTF-web
Or wget:

.. code-block:: console
wget --no-check-certificate --content-disposition https://github.com/DEIB-GECO/NMTF-link
wget --no-check-certificate --content-disposition https://github.com/DEIB-GECO/NMTF-web
Or curl:

.. code-block:: console
curl -LJO https://github.com/DEIB-GECO/NMTF-link
curl -LJO https://github.com/DEIB-GECO/NMTF-web
Install requirements
=====================
Expand Down Expand Up @@ -50,7 +50,7 @@ Or youc can use a docker container:

.. code-block:: console
docker load < web_app_nmtf.tar
docker load < nmtf_web.tar
Run app
==========
Expand All @@ -64,5 +64,5 @@ If you loaded the docker map the port 5000 and run a container using:

.. code-block:: console
docker run -p 5000:5000 web_app_nmtf
docker run -p 5000:5000 nmtf_web
17 changes: 9 additions & 8 deletions docs/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="flaskProject" href="modules.html" />
<link rel="next" title="Parameters to be specified by the user in the setting file" href="how_to.html" />
<link rel="prev" title="Welcome to Web App NMTF_link’s documentation!" href="index.html" />
</head>

Expand Down Expand Up @@ -55,6 +55,7 @@
<li class="toctree-l2"><a class="reference internal" href="#run-app">Run app</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="how_to.html">Parameters to be specified by the user in the setting file</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules.html">flaskProject</a></li>
<li class="toctree-l1"><a class="reference internal" href="websocket_protocol.html">Websocket protocol</a></li>
</ul>
Expand Down Expand Up @@ -87,17 +88,17 @@
<h1>Installation<a class="headerlink" href="#installation" title="Permalink to this heading"></a></h1>
<section id="dowload-repo">
<h2>Dowload repo<a class="headerlink" href="#dowload-repo" title="Permalink to this heading"></a></h2>
<p>You can downoal it from: <a class="reference external" href="https://github.com/DEIB-GECO/NMTF-link">https://github.com/DEIB-GECO/NMTF-link</a> .</p>
<p>You can downoal it from: <a class="reference external" href="https://github.com/DEIB-GECO/NMTF-web">https://github.com/DEIB-GECO/NMTF-web</a> .</p>
<p>Or you can download it using git command:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">git clone https://github.com/DEIB-GECO/NMTF-link</span>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">git clone https://github.com/DEIB-GECO/NMTF-web</span>
</pre></div>
</div>
<p>Or wget:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">wget --no-check-certificate --content-disposition https://github.com/DEIB-GECO/NMTF-link</span>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">wget --no-check-certificate --content-disposition https://github.com/DEIB-GECO/NMTF-web</span>
</pre></div>
</div>
<p>Or curl:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">curl -LJO https://github.com/DEIB-GECO/NMTF-link</span>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">curl -LJO https://github.com/DEIB-GECO/NMTF-web</span>
</pre></div>
</div>
</section>
Expand All @@ -124,7 +125,7 @@ <h3>On your computer<a class="headerlink" href="#on-your-computer" title="Permal
<section id="in-a-docker-container">
<h3>In a docker container<a class="headerlink" href="#in-a-docker-container" title="Permalink to this heading"></a></h3>
<p>Or youc can use a docker container:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">docker load &lt; web_app_nmtf.tar</span>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">docker load &lt; nmtf_web.tar</span>
</pre></div>
</div>
</section>
Expand All @@ -136,7 +137,7 @@ <h2>Run app<a class="headerlink" href="#run-app" title="Permalink to this headin
</pre></div>
</div>
<p>If you loaded the docker map the port 5000 and run a container using:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">docker run -p 5000:5000 web_app_nmtf</span>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">docker run -p 5000:5000 nmtf_web</span>
</pre></div>
</div>
</section>
Expand All @@ -147,7 +148,7 @@ <h2>Run app<a class="headerlink" href="#run-app" title="Permalink to this headin
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="index.html" class="btn btn-neutral float-left" title="Welcome to Web App NMTF_link’s documentation!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="modules.html" class="btn btn-neutral float-right" title="flaskProject" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="how_to.html" class="btn btn-neutral float-right" title="Parameters to be specified by the user in the setting file" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand Down
Loading

0 comments on commit b623586

Please sign in to comment.