You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>Funnel requires that [Docker](https://docker.io) be installed in order to run commands within a sandboxed environment.
25
+
22
26
# Install Options
23
27
24
28
-[Quick Start (curl one-liner)](#quick-start)
@@ -30,12 +34,10 @@ menu:
30
34
31
35
## 1. Quick Start
32
36
33
-
The following command will automatically download and verify the latest version of Funnel for your operating system.
34
-
35
-
Funnel requires that [Docker](https://docker.io) be installed in order to run commands within a sandboxed environment.
37
+
The following [install script](https://github.com/ohsu-comp-bio/funnel/blob/develop/website/static/install.sh) will automatically download and verify the latest version of Funnel for your operating system:
The following commands show examples of running Funnel via Docker, Podman, and Singularity.
46
48
47
-
Each command demonstrates how to mount an optional example config (`example.yaml`) for use by the Funnel Server.
49
+
Each command demonstrates how to mount an optional example config (`config.yaml`) for use by the Funnel Server.
48
50
49
-
```yaml
50
-
# example.yaml ➜ local Funnel Server config
51
-
Database: boltdb
52
-
53
-
Compute: local
54
-
55
-
Logger:
56
-
Level: debug
57
-
```
58
-
59
-
> [!WARNING]
51
+
> [!TIP]
60
52
> When given no config, Funnel will simply run in the default "local" mode.
61
53
>
62
54
> This can be helpful for testing and development, but production deployments are recommended to use the more robust database and compute backends available.
0 commit comments