Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Merge pull request from googlegenomics/staging-2 #146

Merged
merged 6 commits into from
Feb 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The script also saves away changed environment variables and installs a ``deacti
cd elasticluster
git clone git://github.com/gc3-uzh-ch/elasticluster.git src
cd src
python setup.py install
pip install -e .

b. From github (googlegenomics fork)

Expand All @@ -139,7 +139,7 @@ The script also saves away changed environment variables and installs a ``deacti
cd elasticluster
git clone https://github.com/googlegenomics/elasticluster.git src
cd src
python setup.py install
pip install -e .

.. _index--create-your-cluster-definition-file:

Expand Down Expand Up @@ -233,7 +233,7 @@ Instructions for ensuring your SSH keypair exists can be found
login=google-login
setup_provider=ansible-gridengine
security_group=default
image_id=****REPLACE WITH OUTPUT FROM: gcloud compute images list | grep ^backports-debian | cut -f 1 -d " "****
image_id=****REPLACE WITH OUTPUT FROM: gcloud compute images list | grep debian | cut -f 1 -d " "****
flavor=n1-standard-1
frontend_nodes=1
compute_nodes=3
Expand Down Expand Up @@ -423,4 +423,4 @@ To update your installation, active the virtualenv, pull the source from GitHub,
source elasticluster/bin/activate
cd elasticluster/src
git pull
python setup.py install
pip install -e .