Template:AddReposRHEL

Revision as of 14:54, 4 December 2009 by Choeger (talk | contribs) (Created page with '= Add Open-Xchange Repository = Open-Xchange maintains public available software repositories for different platforms, such as RHEL. This repository should be added to the RHEL ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Add Open-Xchange Repository

Open-Xchange maintains public available software repositories for different platforms, such as RHEL. This repository should be added to the RHEL installation to enable simple installation and updates.

Start a console and create a software repository file for Open-Xchange:

$ vim /etc/yum.repos.d/ox.repo

[ox]
name=Open-Xchange
baseurl=http://software.open-xchange.com/OX6/stable/{{{rhelname}}}/
enabled=1
gpgcheck=0

# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed

[ox-updates]
name=Open-Xchange Updates
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{rhelname}}}/
enabled=1
gpgcheck=0