Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 2: Line 2:       −
The [[GotCloud]] software has been developed and tested on Linux Ubuntu 12.10 and 12.04.2 LTS. While it should work on other Linux systems, they have not yet been tested.  It is not supported on Windows.
+
The [[GotCloud]] software has been developed and tested on Ubuntu Linux 12.04 and newer and Red Hat Enterprise Linux 6. While it should work on other Linux systems, they have not yet been tested.  It is not supported on Windows or Mac OS X.
      Line 15: Line 15:     
The Binary Releases are available as:
 
The Binary Releases are available as:
* [[#Debian Packages|debian packages]] - require root access to install
+
* [[#GotCloud_Debian_Packages|debian packages]] - require root access to install
 
* [[#Tar Binary Releases|tarballs]] - anyone can untar
 
* [[#Tar Binary Releases|tarballs]] - anyone can untar
   Line 73: Line 73:  
</code>
 
</code>
   −
====Install the GotCloud Debian bin Package====
+
====Install the GotCloud Debian Packages====
 +
 
 +
<b>Install Debian packages with root access</b>
    
Installation normally requires one to have <b>root access</b> and uses <b>dpkg</b> which Debian users will recognize.
 
Installation normally requires one to have <b>root access</b> and uses <b>dpkg</b> which Debian users will recognize.
Line 94: Line 96:  
   #  'libssl0.9.8' is not installed, do 'sudo apt-get install libssl0.9.8'
 
   #  'libssl0.9.8' is not installed, do 'sudo apt-get install libssl0.9.8'
 
   #============================================================
 
   #============================================================
   ...
+
 +
   <b>sudo dpkg -i ~/debs/gotcloud-test_*_amd64.deb</b>
 
</code>
 
</code>
    
<b>Install Debian packages without root access</b>
 
<b>Install Debian packages without root access</b>
 +
 
Installing Debian packages generally requires root access, however, you can install as a non-root user using the following instructions (bash commands shown here):
 
Installing Debian packages generally requires root access, however, you can install as a non-root user using the following instructions (bash commands shown here):
 
<code>
 
<code>
Line 113: Line 117:  
  $destdir/gotcloud/scripts/check_requirements.sh  # Check requirements
 
  $destdir/gotcloud/scripts/check_requirements.sh  # Check requirements
 
</code>
 
</code>
      
If there were messages about missing packages, install them with the commands shown by the script. Installing missing packages <b>will</b> require root access.
 
If there were messages about missing packages, install them with the commands shown by the script. Installing missing packages <b>will</b> require root access.
61

edits

Navigation menu