Koozali.org: home of the SME Server

Redmine

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Redmine
« on: November 28, 2013, 12:34:38 PM »
Anyone has a howto about install redmine on SME8.
I saw wiki page about redmine but it fails:
root@coruja ~]# cat /usr/lib/ruby/gems/1.8/gems/atomic-1.1.14/ext/gem_make.out
/usr/bin/ruby extconf.rb
can't find header files for ruby.
[root@coruja ~]#

I've upgrade ruby to 1.8.6 and installed gems 1.4.2 but stopped at passenger.
I've following http://www.redmine.org/projects/redmine/wiki/How_to_Install_Redmine_on_CentOS_(Detailed)#Get-Gems-142-does-not-work-with-Gems-15

and it asks for install mod_passenger, but even after create  repositories, it fails on dependencies.

Code: [Select]
[root@coruja rubygems-1.4.2]# cat CreateRepo
db yum_repositories set rubyworks repository \
BaseURL http://rubyworks.rubyforge.org/redhat/\$releasever/RPMS/\$basearch \
EnableGroups no GPGCheck yes \
GPGKey http://rubyworks.rubyforge.org/RubyWorks.GPG.key \
Name 'Rubyworks'
Visible yes status disabled

db yum_repositories set passenger repository \
Name 'Red Hat Enterprise $releasever - Phusion Passenger' \
BaseURL http://passenger.stealthymonkeys.com/rhel/\$releasever/\$basearch \
MirrorList  http://passenger.stealthymonkeys.com/rhel/mirrors \
EnableGroups no GPGCheck yes \
GPGKey file:///etc/pki/rpm-gpg/RPM-GPG-KEY-passenger.rhel5 \
Visible yes status disabled

The RubyWorks repository is to install ruby 1.8.6
the Passenger is to install mod_passenger.
But when: yum install mod_passenger --enablerepo=passenger got

Code: [Select]
Error: Missing Dependency: ruby = 1.8.5 is needed by package 1:rubygem-passenger-native-libs-3.0.12-1.el5.centos_1.8.5.i386 (passenger)
and many other errors.

Anyone has a tip?
I saw someone talking about to install ruby 3.2 ... not sure what is this! :o

...