The version 0.3 of ROROX is released. ( 8.7M ). ROROX is a package providing Ruby, Rails plus dependencies and other gems, rails_scgi, and Apache SCGI module, to be installed over a XAMPP (XAMPP = an easy to install Apache distribution containing MySQL, PHP and Perl) installation. The aim is to get close to a "one-click" installer for Linux (a la Locomotive or Instant Rails).


What's new in this version?:

  • Upgraded to Ruby 1.8.4

  • Added SCGI support: mod_scgi, rails_scgi, cmdparse, highline

  • Removed FastCGI support (mod_fastcgi, Ruby FastCGI bindings)

  • Added apply_scgi.sh script, to setup SCGI process for a Rails application

  • Modified emaildir demo application so now uses SCGI

  • Upgraded to rake 0.7.0

  • Added Ruby MySQL bindings for performance increase


How to install?: (Read the README file before you do anything)

  • 1. You will need to have XAMPP installed: get it from http://www.apachefriends.org/en/xampp.html if you don't already have it

  • 2. Unpack the rorox-dist-*.tar.gz archive into a convenient directory

  • 3. Switch to the root user and connect to the directory created by unpacking the archive

  • 4. Stop your XAMPP instance

  • 5. Make a copy of your XAMPP instance in case these scripts break anything and you want to go back to a clean install

  • 6. Make the install.sh script executable

  • 7. Run the install.sh script: ./install.sh


The install script copies the required files into your XAMPP directory, patches httpd.conf, and restarts XAMPP. If everything worked, you should be able to see a small sample Rails application at http://localhost/emaildir/.

Enjoy!