mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@dce9759842 🚀
This commit is contained in:
parent
375b21832e
commit
436e778c2f
6 changed files with 300 additions and 222 deletions
20
index.html
20
index.html
|
|
@ -94,7 +94,12 @@
|
|||
<div class="section level2">
|
||||
<h2 id="run-locally-on-your-own-machine">Run locally on your own machine<a class="anchor" aria-label="anchor" href="#run-locally-on-your-own-machine"></a>
|
||||
</h2>
|
||||
<p>The <strong><em>FreesearchR</em></strong> app can also run on your own machine with no data transmitted anywhere. Any data.frame available in the global environment will be accessible from the interface. Just follow the below steps:</p>
|
||||
<p>The <strong><em>FreesearchR</em></strong> app can also run on your own machine with no data transmitted anywhere. Blow are the available options.</p>
|
||||
<div class="section level3">
|
||||
<h3 id="run-from-r-or-rstduio">Run from R (or RStduio)<a class="anchor" aria-label="anchor" href="#run-from-r-or-rstduio"></a>
|
||||
</h3>
|
||||
<p>Working with data in R, FreesearchR is a quick and easy tool to get overview and perform the first explorative analyses to get you going.</p>
|
||||
<p>Any data available in the your R session will be available to the FreesearchR app. Just follow the below steps to get going:</p>
|
||||
<ol style="list-style-type: decimal">
|
||||
<li><p><strong>Requirement:</strong> You need to have <a href="https://www.r-project.org/" class="external-link"><em>R</em> installed</a> and possibly an editor like <a href="https://posit.co/download/rstudio-desktop/" class="external-link">RStudio</a>.</p></li>
|
||||
<li>
|
||||
|
|
@ -109,6 +114,19 @@
|
|||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="section level3">
|
||||
<h3 id="running-with-docker-compose">Running with docker compose<a class="anchor" aria-label="anchor" href="#running-with-docker-compose"></a>
|
||||
</h3>
|
||||
<p>For advanced users, wanting to deploy the FreesearchR app to run anywhere, a docker image is available.</p>
|
||||
<p>Below is the minimal <code>docker_compose.yml</code> file:</p>
|
||||
<pre><code><span><span class="va">services</span><span class="op">:</span></span>
|
||||
<span> <span class="va">freesearchr</span><span class="op">:</span></span>
|
||||
<span> <span class="va">image</span><span class="op">:</span> <span class="va">ghcr.io</span><span class="op">/</span><span class="va">agdamsbo</span><span class="op">/</span><span class="va">freesearchr</span><span class="op">:</span><span class="va">latest</span></span>
|
||||
<span> <span class="va">ports</span><span class="op">:</span></span>
|
||||
<span> <span class="op">-</span> <span class="st">'3838:3838'</span></span>
|
||||
<span> <span class="va">restart</span><span class="op">:</span> <span class="va">on</span><span class="op">-</span><span class="va">failure</span></span></code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section level2">
|
||||
<h2 id="code-of-conduct">Code of Conduct<a class="anchor" aria-label="anchor" href="#code-of-conduct"></a>
|
||||
</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue