Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 20: Line 20:  
# Select: <code>Community AMIs</code>
 
# Select: <code>Community AMIs</code>
 
## Enter in the search box: <code>starcluster-base-ubuntu</code>
 
## Enter in the search box: <code>starcluster-base-ubuntu</code>
## Select the latest non-hvm x86_64 ami
+
## Select <code>starcluster-base-ubuntu-12.04-x86_64 - ami-765b3e1f</code>
##* ''Currently:'' <code>starcluster-base-ubuntu-13.04-x86_64 - ami-3393a45a</code>
   
# Select the Instance Type: <code>Micro t1.micro</code>
 
# Select the Instance Type: <code>Micro t1.micro</code>
 
#* Since we are just using this instance to setup the system, pick the smallest/cheapest machine.
 
#* Since we are just using this instance to setup the system, pick the smallest/cheapest machine.
Line 34: Line 33:  
# Click: <code>Launch</code>
 
# Click: <code>Launch</code>
 
# Select the key/pair you want to use & Launch
 
# Select the key/pair you want to use & Launch
 +
 +
== Setup the instance with GotCloud ==
 +
This assumes you have already logged onto the instance.
 +
 +
# Get the latest version of GotCloud:
 +
#* Multiples ways to do this, one way is to do:
 +
#*# <code>git clone https://github.com/statgen/gotcloud.git gc_src</code>
 +
# Download cmake (required to build premo)
 +
#*<code>sudo apt-get update</code>
 +
#*<code>sudo apt-get upgrade</code>  (takes a while, may be able to skip this step)
 +
#*<code>sudo apt-get install cmake</code>
 +
## Build the source (if you obtained the source code).
 +
### <code>cd gc_src/src</code>
 +
### <code>make</code>
 +
# Get the reference files
 +
## wget ftp://anonymous@share.sph.umich.edu/gotcloud/ref/h37-db135-v3.tgz
    
== Set Up Swap Space ==
 
== Set Up Swap Space ==

Navigation menu