I am using Ubuntu 12.04.
I also have ruby and rails installed on my system using the rvm. This is a custom installation and not the ubuntu package.
I want to install Redmine on my system. However, when I install it using
aptitude install redmine redmine-mysql
it does not find ruby or rails as it is not installed via aptitude. Is it possible to make Redmine use my custom installation and not install the default ruby/rails.
Do not install it via
aptitudeas they often have quite outdated stuff for Ruby. If you want to run Redmine in your RVM environment:http://www.redmine.org/projects/redmine/wiki/Download
rvm use whatever_ruby_you_wantcd /path/to/redminebundle installThen follow the instructions here to set up your database.