[ale] OT: ruby/redmine/apache

Doug Hall doughalldev at gmail.com
Tue May 15 00:27:23 EDT 2012


I work with Ruby every day. I'm not very familiar with Redmine, but
find out what versions of ruby it requires and go with the most recent
one (hopefully 1.9.2 or 1.9.3). RVM is good, but I like rbenv better
for production machines. RVM lets you deal with "gemsets", which are
individualized collections of gems. This is useful on a development
machine, but entirely useless on a production machine. rbenv will
install the version of ruby you want (in its 'natural' environment).
Using Capistrano and the bundler gem, on the production machine, is
the easiest and "best-practice" way to handle gems.

This will help:
<http://railscasts.com/episodes/335-deploying-to-a-vps>

Doug


More information about the Ale mailing list