[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#478741: still interested ?



hi,
i'm packaging it myself these days... i wanted it to run on a debian etch server, so of course since lenny is out
some points here are not up to date.
using your package, with a few changes, i had to install these to get a working redmine 0.8 :
- ruby 1.8.7 from backports.debian.org
- rubygems 1.2.0 from lenny or sid
-rake 0.8.1 from lenny or sid
- DON'T INSTALL rails package : Its version is 2.1.0 and incompatible with redmine.
(it will throw missing const Dependencies errors). Redmine needs 2.1.2 at least.
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510580
instead i did gem install, but that won't allow for a nice debian package :
gem install --no-rdoc --no-ri rails -v 2.1.2
of course, that's before doing :
cd /usr/share/redmine
rake db:migrate RAILS_ENV="production"
rake tmp:cache:clear
rake tmp:sessions:clear

also, to make the package really cool, there's a nice package called "dbconfig-common".
i did not have time yet to make use of it. An example of how it's done could be easily
found in packages depending on that one.

Cheers,

Jérémy Lal.




Reply to: