Template:AddReposRHEL: Difference between revisions
From Open-Xchange
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.20| | {{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.20| | ||
<code>vim /etc/yum.repos.d/ox.repo</code> | |||
[ox] | [ox] | ||
Line 30: | Line 31: | ||
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22| | {{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22| | ||
<code>vim /etc/yum.repos.d/ox.repo</code> | |||
[ox-frontend] | [ox-frontend] | ||
Line 47: | Line 49: | ||
gpgcheck=1 | gpgcheck=1 | ||
metadata_expire=0m | metadata_expire=0m | ||
# if you have a valid maintenance subscription, please uncomment the | # if you have a valid maintenance subscription, please uncomment the | ||
Line 60: | Line 61: | ||
gpgcheck=1 | gpgcheck=1 | ||
metadata_expire=0m | metadata_expire=0m | ||
[ox-updates-backend] | [ox-updates-backend] | ||
name=Open-Xchange Updates | name=Open-Xchange Updates |
Revision as of 12:19, 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:
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