@@ -47,9 +47,8 @@ docker-compose up -d
47
47
```
48
48
49
49
!!! note "Non-standard name or location of config file"
50
-
51
- The command will be different if the Docker Compose config file is _ not_ in
52
- the current working directory and/or is _ not_ called ` docker-compose.yml ` .
50
+ The command will be different if the Docker Compose config file is _ not_ in
51
+ the current working directory and/or is _ not_ called ` docker-compose.yml ` .
53
52
54
53
This will bring the service up. The argument ` -d ` (or ` --detach ` ) starts the
55
54
app in daemonized mode, i.e., all launched containers that compose creates run
@@ -113,9 +112,8 @@ Follow these steps:
113
112
```
114
113
115
114
3. Find the Helm chart at ` charts/tesk`
116
- 4. Edit file
117
- [` values.yaml` ]
118
- (see [notes](# notes-for-editing-chart-values) below)
115
+ 4. Edit file [` values.yaml` ][tesk-helm-values] (see
116
+ [notes](# notes-for-editing-chart-values) below)
119
117
5. Log into the cluster and install TESK with:
120
118
121
119
` ` ` sh
@@ -238,18 +236,16 @@ If successfull Funnel should be listening on port `8080`.
238
236
!!! warning " Under construction"
239
237
More info coming soon...
240
238
241
-
242
239
# ## Deploying storage
243
240
244
241
Follow the instructions below to connect your TES endpoint to one or more
245
242
ELIXIR Cloud cloud storage solutions. The currently supported solutions are:
246
243
247
244
- [MinIO][minio] (Amazon S3)
248
- - [` vsftpd` ][vsftp ] (FTP)
245
+ - [` vsftpd` ][vsftpd ] (FTP)
249
246
250
247
!!! note " Other storage solutions"
251
-
252
- Other S3 and FTP implementations may work but have not being tested.
248
+ Other S3 and FTP implementations may work but have not being tested.
253
249
254
250
# ### Deploying MinIO (Amazon S3)
255
251
0 commit comments