Class: DeploYML::Options::Mongrel
- Inherits:
-
RProgram::Task
- Object
- RProgram::Task
- DeploYML::Options::Mongrel
- Defined in:
- lib/deployml/options/mongrel.rb
Overview
Maps in command-line options for the mongrel_rails
utility.
Constant Summary collapse
- DEFAULTS =
Default options for Mongrel
{ :environment => :production, :address => '127.0.0.1', :num_servers => 2 }
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Mongrel
constructor
Initialize the Mongrel options.