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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<imgsrc="docs/TESKlogowfont.png"height="200">
2
2
3
3
4
-
An implementation of a task execution engine based on the [TES standard](https://github.com/ga4gh/task-execution-schemas) running on Kubernetes.
4
+
An implementation of a task execution engine based on the [TES standard](https://github.com/ga4gh/task-execution-schemas) running on Kubernetes. For more details on TES, see the [(very) brief introduction to TES](tesintro.md).
5
5
6
6
For organisational reasons, this project is split into 2 repositories: One containing the API and associated docker images ([here](https://github.com/EMBL-EBI-TSI/tesk-api)) and one containing the actual task execution service and associated Docker images (this one). If the API is running on your cluster it will pull the images from our gcr.io repository automatically. In that vein, see below under 'How to install' to get TESK up and running on your Kubernetes cluster.
7
7
@@ -10,7 +10,8 @@ For organisational reasons, this project is split into 2 repositories: One conta
10
10
11
11
## How to install
12
12
- Clone the repo to your kube-master and cd into the folder
13
-
- Edit the following line in `specs/ingress/nginx-ingress-lb.yaml`:
13
+
- Find out what is the external IP for the cluster. E.g. with the command `minikube ip`
14
+
- Edit the following line in `specs/ingress/nginx-ingress-lb.yaml` with that IP:
14
15
15
16
```yaml
16
17
spec:
@@ -20,7 +21,7 @@ For organisational reasons, this project is split into 2 repositories: One conta
20
21
21
22
```
22
23
23
-
-Then create the services necessary to run the API:
"description": "Placing a file at a location (/tes/README), that is colliding with a file from directory input. The latest one wins (das in our case)",
0 commit comments