railsmachine / moonshine

Simple Rails deployment and configuration management. 15 minute deploys of Rails 2, 3, or 4 apps.
http://railsmachine.github.com/moonshine/
GNU Lesser General Public License v3.0
666 stars 70 forks source link

Use Brightbox's Ruby NG PPA for installing Ruby #199

Open bryantraywick opened 10 years ago

bryantraywick commented 10 years ago

Moonshine currently installs Ruby from source. Brightbox provides a PPA with up-to-date Ruby packages. Using pre-built system packages will significantly reduce the time for cap deploy:setup and cap ruby:upgrade. Thorough testing of moonshine and commonly used moonshine plugins will need to be performed to ensure that deploys and Ruby utilities will continue to function correctly with Ruby installed from the PPA.

hrp commented 10 years ago

Heads up: Ruby 2.0 is only built for Ubuntu 12.04 and greater.