This commit is contained in:
Sam 2019-07-19 11:07:20 +02:00
parent d9337d66e6
commit 0701cd43da
5 changed files with 14 additions and 14 deletions

View File

@ -68,13 +68,13 @@ and the password ``mpwoadmin``) or register
Prod environment
^^^^^^^^^^^^^^^^
- Download the last release (for now it is the beta release v0.2.1):
- Download the last release (for now it is the beta release v0.2.0):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.1-beta.tar.gz
$ tar -xzf v0.1.1-beta.tar.gz
$ mv FitTrackee-0.1.1-beta FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.0-beta.tar.gz
$ tar -xzf v0.2.0-beta.tar.gz
$ mv FitTrackee-0.2.0-beta FitTrackee
$ cd FitTrackee
- Update **Makefile.config** file if needed and copy/paste the

View File

@ -297,7 +297,7 @@
<span class="nt">&quot;descent&quot;</span><span class="p">:</span> <span class="kc">null</span><span class="p">,</span>
<span class="nt">&quot;distance&quot;</span><span class="p">:</span> <span class="mi">12</span><span class="p">,</span>
<span class="nt">&quot;duration&quot;</span><span class="p">:</span> <span class="s2">&quot;0:45:00&quot;</span><span class="p">,</span>
<span class="nt">&quot;id&quot;</span><span class="p">:</span> <span class="mi">5</span><span class="p">,</span>
<span class="nt">&quot;id&quot;</span><span class="p">:</span> <span class="mi">3</span><span class="p">,</span>
<span class="nt">&quot;map&quot;</span><span class="p">:</span> <span class="kc">null</span><span class="p">,</span>
<span class="nt">&quot;max_alt&quot;</span><span class="p">:</span> <span class="kc">null</span><span class="p">,</span>
<span class="nt">&quot;max_speed&quot;</span><span class="p">:</span> <span class="mi">16</span><span class="p">,</span>

View File

@ -204,11 +204,11 @@ and the password <code class="docutils literal notranslate"><span class="pre">mp
<div class="section" id="prod-environment">
<h3>Prod environment<a class="headerlink" href="#prod-environment" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Download the last release (for now it is the beta release v0.2.1):</p></li>
<li><p>Download the last release (for now it is the beta release v0.2.0):</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.1-beta.tar.gz
$ tar -xzf v0.1.1-beta.tar.gz
$ mv FitTrackee-0.1.1-beta FitTrackee
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.0-beta.tar.gz
$ tar -xzf v0.2.0-beta.tar.gz
$ mv FitTrackee-0.2.0-beta FitTrackee
$ <span class="nb">cd</span> FitTrackee
</pre></div>
</div>

View File

@ -68,13 +68,13 @@ and the password ``mpwoadmin``) or register
Prod environment
^^^^^^^^^^^^^^^^
- Download the last release (for now it is the beta release v0.2.1):
- Download the last release (for now it is the beta release v0.2.0):
.. code:: bash
$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.1-beta.tar.gz
$ tar -xzf v0.1.1-beta.tar.gz
$ mv FitTrackee-0.1.1-beta FitTrackee
$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.0-beta.tar.gz
$ tar -xzf v0.2.0-beta.tar.gz
$ mv FitTrackee-0.2.0-beta FitTrackee
$ cd FitTrackee
- Update **Makefile.config** file if needed and copy/paste the

View File

@ -261,7 +261,7 @@ def get_activity(auth_user_id, activity_id):
"descent": null,
"distance": 12,
"duration": "0:45:00",
"id": 5,
"id": 3,
"map": null,
"max_alt": null,
"max_speed": 16,