Deployed 9a55efa
to dev with MkDocs 1.1.2 and mike 0.5.5
parent
c379cbf0ef
commit
6b788b71f9
|
@ -1024,6 +1024,13 @@
|
|||
</label>
|
||||
<ul class="md-nav__list" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#next-version-v032" class="md-nav__link">
|
||||
Next version v0.3.2
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#v031" class="md-nav__link">
|
||||
v0.3.1
|
||||
|
@ -1143,6 +1150,13 @@
|
|||
</label>
|
||||
<ul class="md-nav__list" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#next-version-v032" class="md-nav__link">
|
||||
Next version v0.3.2
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#v031" class="md-nav__link">
|
||||
v0.3.1
|
||||
|
@ -1231,6 +1245,13 @@
|
|||
|
||||
|
||||
<h1 id="change-log">Change Log<a class="headerlink" href="#change-log" title="Permanent link">¶</a></h1>
|
||||
<h2 id="next-version-v032">Next version v0.3.2<a class="headerlink" href="#next-version-v032" title="Permanent link">¶</a></h2>
|
||||
<ul>
|
||||
<li>Update docker and linux instructions to use RSPM binary repo for for faster installation</li>
|
||||
<li>Update CI to create a release on a tagged push that passes the tests</li>
|
||||
<li>Clarify in DB credential configuration that we only support MySQL</li>
|
||||
<li>Add Windows installation instructions</li>
|
||||
</ul>
|
||||
<h2 id="v031">v0.3.1<a class="headerlink" href="#v031" title="Permanent link">¶</a></h2>
|
||||
<ul>
|
||||
<li>Update installation docs for RAPIDS’ docker container</li>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1316,12 +1316,15 @@
|
|||
</code></pre></div></p>
|
||||
</div>
|
||||
<div class="admonition hint">
|
||||
<p class="admonition-title">Hint<p>If you are using RAPIDS’ docker container and Docker-for-mac or Docker-for-Windows 18.03+, connect to your MySQL database using the host <code>host.docker.internal</code> instead of <code>127.0.0.1</code></p>
|
||||
<p class="admonition-title">Hint<p>If you are using RAPIDS’ docker container and Docker-for-mac or Docker-for-Windows 18.03+, you can connect to a MySQL database in your host machine using the <code>host.docker.internal</code> instead of <code>127.0.0.1</code> or <code>localhost</code></p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>You can ignore this step if you are only processing Fitbit data in CSV files.</p>
|
||||
<ul>
|
||||
<li>You can ignore this step if you are only processing Fitbit data in CSV files.</li>
|
||||
<li>RAPIDS only supports MySQL/MariaDB databases. If you would like to add support for a different database engine get in touch and we can discuss how to implement it.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr />
|
||||
<h2 id="timezone-of-your-study">Timezone of your study<a class="headerlink" href="#timezone-of-your-study" title="Permanent link">¶</a></h2>
|
||||
|
|
|
@ -1061,15 +1061,15 @@
|
|||
|
||||
|
||||
<h1 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link">¶</a></h1>
|
||||
<p>You can install RAPIDS using Docker (the fastest), or native instructions for MacOS and Ubuntu</p>
|
||||
<div class="tabbed-set" data-tabs="1:3"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><label for="__tabbed_1_1">Docker</label><div class="tabbed-content">
|
||||
<p>You can install RAPIDS using Docker (the fastest), or native instructions for MacOS and Linux (Ubuntu). Windows is supported through Docker or WSL.</p>
|
||||
<div class="tabbed-set" data-tabs="1:4"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><label for="__tabbed_1_1">Docker</label><div class="tabbed-content">
|
||||
<ol>
|
||||
<li>
|
||||
<p>Install <a href="https://docs.docker.com/desktop/">Docker</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Pull our RAPIDS container
|
||||
<div class="highlight"><pre><span></span><code>docker pull moshiresearch/rapids:latest<span class="sb">`</span>
|
||||
<div class="highlight"><pre><span></span><code>docker pull moshiresearch/rapids:latest
|
||||
</code></pre></div></p>
|
||||
</li>
|
||||
<li>
|
||||
|
@ -1108,6 +1108,10 @@
|
|||
</details>
|
||||
</li>
|
||||
</ol>
|
||||
<div class="admonition warning">
|
||||
<p class="admonition-title">Warning</p>
|
||||
<p>If you installed RAPIDS using Docker for Windows on Windows 10, the container will have <a href="https://stackoverflow.com/questions/43460770/docker-windows-container-memory-limit">limits</a> on the amount of RAM it can use. If you find that RAPIDS crashes due to running out of memory, <a href="https://stackoverflow.com/a/56583203/6030343">increase</a> this limit.</p>
|
||||
</div>
|
||||
</div>
|
||||
<input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><label for="__tabbed_1_2">MacOS</label><div class="tabbed-content">
|
||||
<p>We tested these instructions in Catalina</p>
|
||||
|
@ -1169,7 +1173,7 @@ snakemake -j1 renv_restore
|
|||
</ol>
|
||||
</div>
|
||||
<input id="__tabbed_1_3" name="__tabbed_1" type="radio" /><label for="__tabbed_1_3">Ubuntu</label><div class="tabbed-content">
|
||||
<p>We tested on Ubuntu 18.04 & 20.04</p>
|
||||
<p>We tested RAPIDS on Ubuntu 18.04 & 20.04. Note that the necessary Python and R packages are available in other Linux distributions, so if you decide to give it a try, let us know and we can update these docs.</p>
|
||||
<ol>
|
||||
<li>
|
||||
<p>Install dependencies</p>
|
||||
|
@ -1191,18 +1195,15 @@ sudo apt install mysql-server
|
|||
</li>
|
||||
<li>
|
||||
<p>Add R’s repository</p>
|
||||
<ol>
|
||||
<li>
|
||||
<p>For 18.04 <br />
|
||||
<div class="highlight"><pre><span></span><code>sudo add-apt-repository <span class="s1">'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/'</span>
|
||||
</code></pre></div></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>For 20.04
|
||||
<div class="highlight"><pre><span></span><code>sudo add-apt-repository <span class="s1">'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'</span>
|
||||
</code></pre></div></p>
|
||||
</li>
|
||||
</ol>
|
||||
<div class="tabbed-set" data-tabs="2:2"><input checked="checked" id="__tabbed_2_1" name="__tabbed_2" type="radio" /><label for="__tabbed_2_1">Ubuntu 18.04 Bionic</label><div class="tabbed-content">
|
||||
<div class="highlight"><pre><span></span><code>sudo add-apt-repository <span class="s1">'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/'</span>
|
||||
</code></pre></div>
|
||||
</div>
|
||||
<input id="__tabbed_2_2" name="__tabbed_2" type="radio" /><label for="__tabbed_2_2">Ubuntu 20.04 Focal</label><div class="tabbed-content">
|
||||
<div class="highlight"><pre><span></span><code>sudo add-apt-repository <span class="s1">'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'</span>
|
||||
</code></pre></div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<p>Install R 4.0. If you have other instances of R, we recommend uninstalling them</p>
|
||||
|
@ -1240,10 +1241,28 @@ conda activate MY_ENV_NAME
|
|||
</code></pre></div>
|
||||
</li>
|
||||
<li>
|
||||
<p>Install R packages and virtual environment:</p>
|
||||
<p>Install the R virtual environment management package (renv)</p>
|
||||
<div class="highlight"><pre><span></span><code>snakemake -j1 renv_install
|
||||
snakemake -j1 renv_restore
|
||||
</code></pre></div>
|
||||
</li>
|
||||
<li>
|
||||
<p>Restore the R virtual environment</p>
|
||||
<div class="tabbed-set" data-tabs="3:3"><input checked="checked" id="__tabbed_3_1" name="__tabbed_3" type="radio" /><label for="__tabbed_3_1">Ubuntu 18.04 Bionic (fast)</label><div class="tabbed-content">
|
||||
<p>Run the following command to restore the R virtual environment using <a href="https://packagemanager.rstudio.com/client/#/repos/1/overview">RSPM</a> binaries
|
||||
<div class="highlight"><pre><span></span><code>R -e <span class="s1">'renv::restore(repos = c(CRAN = "https://packagemanager.rstudio.com/all/__linux__/bionic/latest"))'</span>
|
||||
</code></pre></div></p>
|
||||
</div>
|
||||
<input id="__tabbed_3_2" name="__tabbed_3" type="radio" /><label for="__tabbed_3_2">Ubuntu 20.04 Focal (fast)</label><div class="tabbed-content">
|
||||
<p>Run the following command to restore the R virtual environment using <a href="https://packagemanager.rstudio.com/client/#/repos/1/overview">RSPM</a> binaries
|
||||
<div class="highlight"><pre><span></span><code>R -e <span class="s1">'renv::restore(repos = c(CRAN = "https://packagemanager.rstudio.com/all/__linux__/focal/latest"))'</span>
|
||||
</code></pre></div></p>
|
||||
</div>
|
||||
<input id="__tabbed_3_3" name="__tabbed_3" type="radio" /><label for="__tabbed_3_3">Ubuntu (slow)</label><div class="tabbed-content">
|
||||
<p>If the fast installation command failed for some reason, you can restore the R virtual environment from source:
|
||||
<div class="highlight"><pre><span></span><code>R -e <span class="s1">'renv::restore()'</span>
|
||||
</code></pre></div></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note<p>This step could take several minutes to complete, especially if you have less than 3Gb of RAM or packages need to be compiled from source. Please be patient and let it run until completion.</p>
|
||||
</p>
|
||||
|
@ -1261,6 +1280,14 @@ snakemake -j1 renv_restore
|
|||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<input id="__tabbed_1_4" name="__tabbed_1" type="radio" /><label for="__tabbed_1_4">Windows</label><div class="tabbed-content">
|
||||
<p>There are several options varying in complexity:</p>
|
||||
<ul>
|
||||
<li>You can use our Docker instructions (tested)</li>
|
||||
<li>You can use our Ubuntu 20.04 instructions on <a href="https://docs.microsoft.com/en-us/windows/wsl/install-win10">WSL2</a> (not tested but it will likely work)</li>
|
||||
<li>Native installation (experimental). If you would like to contribute to RAPIDS you could try to install MySQL, miniconda, Python, and R 4.0+ in Windows and restore the Python and R virtual environments using steps 6 and 7 of the instructions for Mac. You can <a href="../../team">get in touch</a> if you would like to discuss this with the team.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -1,171 +1,171 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-12-21</lastmod>
|
||||
<lastmod>2021-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
Binary file not shown.
Loading…
Reference in New Issue