Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 31: Line 31:  
</code>
 
</code>
    +
'''Install the GotCloud Software'''
 +
 +
Follow the instructions to install a Debian package  [[Pipeline Debian Package|debian package]]
 +
Run the tests to be sure everything is OK.
   −
'''Install Software'''
+
'''Install Additional Software'''
    
There are a number of additional Debian packages that you may well need, so we make
 
There are a number of additional Debian packages that you may well need, so we make
Line 43: Line 47:  
</code>
 
</code>
   −
'''Install the GotCloud Software'''
+
S3fs allows one to access S3 storage as a conventional file system.
 +
This can be quite handy, but our recent experience is that accessing S3 data this
 +
way (at least for 1000 Genomes data) is seldom really usable.
 +
Still if you're lucky, your data will be useful.
 +
Install the software like this:
 +
 
 +
<code>
 +
  mkdir -p ~/src
 +
  cd ~/src
 +
  wget  http://s3fs.googlecode.com/files/s3fs-1.68.tar.gz
 +
  tar xzvf s3fs-1.68.tar.gz
 +
  cd s3fs*
 +
  ./configure
 +
  sudo make install
 +
</code>
 +
 
 +
 
 +
'''Configure the Host so it Usable'''
   −
Follow the instructions to install a Debian package  [[Pipeline Debian Package|debian package]]
  −
Run the tests to be sure everything is OK.
      
'''Create the AMI'''
 
'''Create the AMI'''
283

edits

Navigation menu