Template:AddReposRHEL: Difference between revisions

From Open-Xchange
mNo edit summary
mNo edit summary
Line 10: Line 10:
[ox]
[ox]
name=Open-Xchange
name=Open-Xchange
baseurl=http://software.open-xchange.com/OX6/stable/{{{rhelname}}}/
baseurl=http://software.open-xchange.com/OX6/stable/</pre>{{{rhelname}}}<pre>/
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
enabled=1
enabled=1
Line 22: Line 22:
[ox-updates]
[ox-updates]
name=Open-Xchange Updates
name=Open-Xchange Updates
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{rhelname}}}/
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/</pre>{{{rhelname}}}<pre>/
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
enabled=1
enabled=1

Revision as of 12:37, 13 September 2012

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


In case there are issues with an username and password containing URL unsafe characters, e.g. an @, they have to be entered URL encoded. Details can be found at http://www.w3schools.com/tags/ref_urlencode.asp