Skip to Content

Hostwaves Centos EL5 Yum Repository

I would like to announce the availability of our Yum Repository.
Currently supported platform is CentOS EL 5 i386

In order to validate that the packages came from me, you'll want to install my public GPG key on your system. You can take care of that with a single command:

rpm --import http://dev.hostwaves.com/media/RPM-GPG-KEY-hostwaves

then

nano -w /etc/yum.repos.d/hostwaves.repo

and writeout the following

[Hostwaves]
name=Hostwaves Web Development Repo
baseurl=http://dev.hostwaves.com/media
enabled=1
gpgcheck=1
gpgkey=http://dev.hostwaves.com/media/RPM-GPG-KEY-hostwaves

then,
tryout "yum install drupal"