# HG changeset patch # User iracooke # Date 1362459141 18000 # Node ID dac478a72c1d62fd7346c4d7e266f230f660cc94 # Parent 51f7c347c955fd4524d679e77aa166f37a717b98 Added readme diff -r 51f7c347c955 -r dac478a72c1d README --- /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 diff -r 51f7c347c955 -r dac478a72c1d tool_dependencies.xml --- 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 @@ - + https://dl.dropbox.com/u/226794/galaxy_protk.tar.gz - sh install_protk.sh 1.1.9 + sh install_protk.sh 1.2.0 install_protk.sh $INSTALL_DIR