changeset 1:dac478a72c1d

Added readme
author iracooke
date Mon, 04 Mar 2013 23:52:21 -0500
parents 51f7c347c955
children c25df71f7b68
files README tool_dependencies.xml
diffstat 2 files changed, 20 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Mon Mar 04 23:52:21 2013 -0500
@@ -0,0 +1,18 @@
+This package is an installer for the protk rubygem
+
+Installation of this package should proceed automatically however the 
+steps are outlined here to help troubleshoot potential issues.
+
+The installer does the following
+1. Downloads an install script from dropbox
+2. Installs ruby version manager (rvm) into the home directory of the galaxy user (ie at ~/.rvm)
+3. Uses rvm to download and compile ruby 1.9.3
+4. Creates a gemset to install the protk rubygem
+5. Installs the protk rubygem which involves compiling a libxml extension
+
+System Requirements:
+
+- The ability to download files (an internet connection) curl wget
+- gcc g++ make autoconf automake libtool pkg-config patch git openssl 
+libreadline6 libreadline6-dev git-core zlib1g zlib1g-dev libssl-dev
+libc6-dev ncurses-dev bison subversion libxml2 libxml2-dev
--- a/tool_dependencies.xml	Mon Mar 04 00:52:52 2013 -0500
+++ b/tool_dependencies.xml	Mon Mar 04 23:52:21 2013 -0500
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="galaxy_protk" version="1.1.9">
+    <package name="galaxy_protk" version="1.2.0">
         <install version="1.0">
             <actions>
                 <action type="download_by_url">https://dl.dropbox.com/u/226794/galaxy_protk.tar.gz</action>
-                <action type="shell_command">sh install_protk.sh 1.1.9</action>
+                <action type="shell_command">sh install_protk.sh 1.2.0</action>
                 <action type="move_file">
                     <source>install_protk.sh</source>
                     <destination>$INSTALL_DIR</destination>