Project

General

Profile

an easy way to install redmine onto rhel 6.3?

Added by Elhanan Maayan over 11 years ago

hi..

i'd like to install redmine the least version on rhel 6.3, however when i do

yum -y install zlib-devel curl-devel openssl-devel httpd-devel apr-devel apr-util-devel mysql-devel

i get
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Setting up Install Process
No package curl-devel available.
No package httpd-devel available.
No package apr-devel available.
No package apr-util-devel available.
Nothing to do

also when i bring up apache i get

Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName
                                                           [  OK  ]

should i worry about this? as apache seems to be up.


Replies (1)

RE: an easy way to install redmine onto rhel 6.3? - Added by Tolga Yaman over 11 years ago

Just add this to your /etc/hosts file:

127.0.0.1 localhost.localdomain localhost

    (1-1/1)