Template:AddReposRHEL: Difference between revisions

From Open-Xchange
No edit summary
Line 27: Line 27:
  metadata_expire=0m
  metadata_expire=0m
|}}|}}
|}}|}}
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22|
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22|
  $ vim /etc/yum.repos.d/ox.repo
  $ vim /etc/yum.repos.d/ox.repo
Line 82: Line 81:
  metadata_expire=0m
  metadata_expire=0m
|}}|}}
|}}|}}
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|appsuite|
$ vim /etc/yum.repos.d/ox.repo
[ox-frontend]
name=Open-Xchange-frontend
baseurl=http://software.open-xchange.com/products/appsuite/stable/frontend/{{{rhelname}}}/
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m
[ox-backend]
name=Open-Xchange-backend
baseurl=http://software.open-xchange.com/products/appsuite/stable/backend/{{{rhelname}}}/
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m
|}}|}}
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
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

Revision as of 13:31, 17 December 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