Forge Home

torquebox

Install Torquebox with JRuby

10,453 downloads

10,453 latest version

2.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.1 (latest)
released Jun 29th 2012

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'ncancelliere-torquebox', '0.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ncancelliere-torquebox
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ncancelliere-torquebox --version 0.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

ncancelliere/torquebox — version 0.0.1 Jun 29th 2012

Overview

This module will install Torquebox along with its supplied JRuby. It's been tested on Ubuntu 12.04 LTS (Precise).

Example Use

Simply include this module in your node, that's it!

node 'my.node.com' { include torquebox }

You'll find the installation at /opt/torquebox/current. It also adds an upstart script so you can use 'start torquebox' or 'stop torquebox' to control the server. Environment variables are kept in /etc/profile.d/torquebox.sh.

This module does not install any proxies (such as Apache Proxy). If you wish to proxy your web apps you are free to do so, you'll just need to add the appropriate module to your node and configure.

About Torquebox

TorqueBox is a new kind of Ruby application platform that integrates popular technologies such as Ruby on Rails, while extending the footprint of Ruby applications to include built-in support for services such as messaging, scheduling, and daemons.

TorqueBox provides an all-in-one environment, built upon the latest, most powerful JBoss AS Java application server. Functionality such as clustering, load-balancing and high-availability is included right out-of-the-box. Visit http://torquebox.org/about/ to learn more.

Copyright (C) 2012 Nicholas Cancelliere

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.