Skip to content

Commit

Permalink
Update repo name in installation script (#188)
Browse files Browse the repository at this point in the history
We might want to remove as in #190
  • Loading branch information
hsiaoyi0504 authored and sneumann committed May 29, 2018
1 parent dbbf627 commit c4c166c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/install-phenomenal.sh
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/'

0 comments on commit c4c166c

Please sign in to comment.