Revision: 87cdd3c8dcf8
Branch: default
Author:
capitan...@gmail.com
Date: Tue Mar 11 12:30:16 2014 UTC
Log: Edited wiki page Installation through web user interface to
change ruby's version
http://code.google.com/p/daisy-pipeline/source/detail?r=87cdd3c8dcf8&repo=wiki
Modified:
/Installation.wiki
=======================================
--- /Installation.wiki Thu Dec 13 20:25:09 2012 UTC
+++ /Installation.wiki Tue Mar 11 12:30:16 2014 UTC
@@ -40,7 +40,7 @@
=== Ruby ===
-The Pipeline 2 command line tool is a Ruby application and requires a Ruby
virtual machine (version 1.8 or above) to be installed.
+The Pipeline 2 command line tool is a Ruby application and requires a Ruby
virtual machine (version 1.9 or above) to be installed.
==== Microsoft Windows ====
A Ruby runtime is already bundled in the command-line executable and no
extra installation step is required.
@@ -54,7 +54,7 @@
For instance on Ubuntu, Ruby can be installed by executing the command:
{{{
-sudo apt-get install ruby1.8
+sudo apt-get install ruby1.9
}}}