-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update repo name in installation script (#188)
We might want to remove as in #190
- Loading branch information
1 parent
dbbf627
commit c4c166c
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
kubectl create -f https://raw.githubusercontent.com/phnmnl/docker-galaxy-k8s-runtime/master/persistent_volumes_examples/pv_hostpath_minikube_internal.yaml | ||
kubectl create -f https://raw.githubusercontent.com/phnmnl/docker-galaxy-k8s-runtime/master/persistent_volumes_examples/galaxy-pvc.yaml | ||
kubectl create -f https://raw.githubusercontent.com/phnmnl/docker-galaxy-k8s-runtime/master/deployment/galaxy_svc.yaml | ||
kubectl create -f https://raw.githubusercontent.com/phnmnl/docker-galaxy-k8s-runtime/master/deployment/galaxy_rc.yaml | ||
kubectl create -f https://raw.githubusercontent.com/phnmnl/container-galaxy-k8s-runtime/master/persistent_volumes_examples/pv_hostpath_minikube_internal.yaml | ||
kubectl create -f https://raw.githubusercontent.com/phnmnl/container-galaxy-k8s-runtime/master/persistent_volumes_examples/galaxy-pvc.yaml | ||
kubectl create -f https://raw.githubusercontent.com/phnmnl/container-galaxy-k8s-runtime/master/deployment/galaxy_svc.yaml | ||
kubectl create -f https://raw.githubusercontent.com/phnmnl/container-galaxy-k8s-runtime/master/deployment/galaxy_rc.yaml | ||
echo "Please wait several minutes then visit PhenoMeNal Workflow using the IP address below" | ||
kubectl cluster-info | grep master | awk '{ print $6 }' | sed s/https/http/ | sed 's/\(http:[^:]*\):.*/\1:30700/' |