My favorites | Sign in
Project Logo
                
Search
for
Updated Oct 10, 2007 by matsuo.takashi
Labels: Featured
GHeimdallOnCentOS5  

Instructions for using GHeimdall on CentOS5

  • First, enable epel repository for TurboGears stuff.
  • # wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm
    # rpm -ivh epel-release-5-2.noarch.rpm
  • Second, enable GHeimdall repository.
  • # wget http://gheimdall.googlecode.com/files/gheimdall-repos-5-3.noarch.rpm
    # rpm -ivh gheimdall-repos-5-3.noarch.rpm
  • Finally, install gheimdall package, configure gheimdall appropriately, and restart httpd. That's all.
  • # yum install gheimdall
    # vi /usr/lib/python2.4/site-packages/gheimdall/config/app.cfg
    # /etc/init.d/httpd restart
  • Now, GHeimdall is not compatible with SELinux. You may have to set SELinux off.
  • # setenforce permissive

Please enjoy!


Comment by matsuo.takashi, Oct 04, 2007

Additionally, this repository is suitable for RHEL5 too.

Comment by matsuo.takashi, Oct 10, 2007

gheimdall-repos rpm were updated. Here are the changelogs.

* Thu Oct 10 2007 psg-tech package team <psg-tech@sios.com> - 5-3
- Just increased the release.

* Thu Oct 10 2007 psg-tech package team <psg-tech@sios.com> - 5-2
- Changed public key and repository URL.

Sign in to add a comment
Hosted by Google Code