How to install a nightly version through Yum

Installation

If you use Red Hat Entreprise Linux 5 (or an equivalent distribution like CentOS 5), you can install the nightly builds by creating a new yum configuration file (such as /etc/yum.repos.d/SOGo.repo) with the following content:

[sogo-nightly-rhel5]
name=Inverse SOGo nightly-build Repository
baseurl=http://inverse.ca/downloads/SOGo/RHEL5/nightly/$basearch
gpgcheck=0

Some of the dependencies are provided by RPMForge. Before installing SOGo, install the following package to add RPMForge to your yum repositories: http://dag.wieers.com/rpm/packages/rpmforge-release/ [External]


If you use Red Hat Entreprise Linux 6, use the following baseurl:

baseurl=http://inverse.ca/downloads/SOGo/RHEL6/nightly/$basearch
January 06 2009 22:17