[Swift-commit] r5657 - SwiftApps/Cybershake/app
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Mon Feb 20 14:01:04 CST 2012
Author: ketan
Date: 2012-02-20 14:01:04 -0600 (Mon, 20 Feb 2012)
New Revision: 5657
Modified:
SwiftApps/Cybershake/app/README
Log:
Modified: SwiftApps/Cybershake/app/README
===================================================================
--- SwiftApps/Cybershake/app/README 2012-02-20 20:00:57 UTC (rev 5656)
+++ SwiftApps/Cybershake/app/README 2012-02-20 20:01:04 UTC (rev 5657)
@@ -1,9 +1,41 @@
This Directory contains the apps for the postprocessing stage of the cybershake workflow.
+
The ruby scripts requires following dependencies to be installed:
+ruby version 1.9.2 and earlier.
+
+Make sure YAML and libgdbm is already installed on your system. If not, you will need to install it and install ruby using these installations.
+
+I install these supporting libs in ~/opt and configure ruby as follows:
+
+./configure --prefix=/home/ketan/ruby-install --with-opt-dir=/home/ketan/opt
+
mysql client
-memcached
+memcached service (will require libevent libs)
+
+
memcached rubygem
-compositeprimarykey
+activerecord rubygem
+composite_primary_keys rubygem
+Please note that the ruby scripts are sensitive to the version of Ruby and rubygems.
+
+The scripts are tested with the following gems and their respective versions:
+
+activemodel (3.0.10, 3.0.7)
+activerecord (3.0.10 ruby, 3.0.7)
+activesupport (3.0.10, 3.0.7)
+arel (2.0.10)
+builder (2.1.2)
+composite_primary_keys (3.1.6)
+i18n (0.5.0)
+memcached (1.2.6)
+minitest (1.6.0)
+mysql (2.8.1 ruby)
+open4 (1.1.0)
+rake (0.8.7)
+rdoc (2.5.8)
+rubygems-update (1.8.8)
+tzinfo (0.3.27)
+
More information about the Swift-commit
mailing list