Difference between revisions of "Template:AddReposRHEL"

m
m
Line 6: Line 6:
  
 
  <code>$ vim /etc/yum.repos.d/ox.repo</code>
 
  <code>$ vim /etc/yum.repos.d/ox.repo</code>
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.20|  
+
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.20| [ox]
# ox repo
 
[ox]
 
 
  name=Open-Xchange
 
  name=Open-Xchange
 
  baseurl=http://software.open-xchange.com/OX6/stable/{{{rhelname}}}/
 
  baseurl=http://software.open-xchange.com/OX6/stable/{{{rhelname}}}/
Line 29: Line 27:
 
|}}|}}
 
|}}|}}
  
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22|
+
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22| [ox-frontend]
  # ox repos
 
[ox-frontend]
 
 
  name=Open-Xchange-frontend
 
  name=Open-Xchange-frontend
 
  baseurl=http://software.open-xchange.com/OX6/6.22/frontend/{{{rhelname}}}/
 
  baseurl=http://software.open-xchange.com/OX6/6.22/frontend/{{{rhelname}}}/

Revision as of 12:30, 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