Project

General

Profile

Installing trunk in Ubuntu

Added by Marko Poutiainen almost 14 years ago

The Ubuntu 10.04 LTS instructions tells us to install Redmine from the Ubuntu repository, but it only has version 0.93. How much extra work is there apart from those given to install the latest version (e.g. 1.0 once it's out)?


Replies (1)

RE: Installing trunk in Ubuntu - Added by Felix Schäfer almost 14 years ago

You have 2 choices: either stick with the packages, and at least on debian they have some patches to work with older rails versions than redmine needs, so you will be stuck with the package, or install ruby from the packages and everything up from there by "hand" (rubygems, the required gems (including some with native extensions, i.e. that require a gcc and some devel libraries), redmine). It's a one time effort though (or has been for me at least), once you have everything set up, (most) updates are only a gem update && svn up && rake db:migrate away (if you install redmine from the repository that is).

    (1-1/1)