@@ -47,9 +47,8 @@ docker-compose up -d
4747```
4848
4949!!! 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 ` .
5352
5453This will bring the service up. The argument ` -d ` (or ` --detach ` ) starts the
5554app in daemonized mode, i.e., all launched containers that compose creates run
@@ -113,9 +112,8 @@ Follow these steps:
113112 ```
114113
1151143. 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)
1191175. Log into the cluster and install TESK with:
120118
121119 ` ` ` sh
@@ -238,18 +236,16 @@ If successfull Funnel should be listening on port `8080`.
238236!!! warning " Under construction"
239237 More info coming soon...
240238
241-
242239# ## Deploying storage
243240
244241Follow the instructions below to connect your TES endpoint to one or more
245242ELIXIR Cloud cloud storage solutions. The currently supported solutions are:
246243
247244- [MinIO][minio] (Amazon S3)
248- - [` vsftpd` ][vsftp ] (FTP)
245+ - [` vsftpd` ][vsftpd ] (FTP)
249246
250247!!! 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.
253249
254250# ### Deploying MinIO (Amazon S3)
255251
0 commit comments