Google

Passenger(mod_rails for apache)

Easy and robust deployment of Ruby On Rails application on Apache Webserver(LINUX,BSD, OS X)

Another product from Phusion. Phusion is an IT company based in The Netherlands

Passenger

qoutes from http://www.modrails.com/index.html

——————————————–

Phusion Passenger — a.k.a. mod_rails — makes deployment of applications built on the revolutionary Ruby on Rails web framework a breeze. It follows the usual Ruby on Rails conventions, such as “Don’t-Repeat-Yourself”.

  • Deployment is only a matter of uploading application files. No Ruby on Rails-specific server configuration required!
  • Built on the industry standard Apache web server.
  • Allows Ruby on Rails applications to use about 33% less memory, when used in combination with Ruby Enterprise Edition (optional).
  • Zero maintenance. No port management, server process monitoring or stale file cleanup required. Errors are automatically recovered whenever possible.
  • Designed for performance, stability and security. Passenger should never crash Apache even in case of crashing Rails applications.
  • Well-documented, for both system administrators and developers!

——————————————–

How to install?

  1. Open a terminal, and type:
    gem install passenger
  2. Type:
    passenger-install-apache2-module

    And follow the instructions.

For more info, visit http://www.modrails.com/index.html

Popularity: 7% [?]

Rate this:
2.5
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • StumbleUpon
  • Technorati
  • TwitThis
  • E-mail this story to a friend!
  • Print this article!

Related Posts

Post a Comment