Difference between revisions of "Template:AddReposRHEL"

Line 83: Line 83:
 
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|appsuite|
 
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|appsuite|
 
  $ vim /etc/yum.repos.d/ox.repo
 
  $ vim /etc/yum.repos.d/ox.repo
  [ox-frontend]
+
  [ox-appsuiteui]
  name=Open-Xchange-frontend
+
  name=Open-Xchange-appsuiteui
  baseurl=http://software.open-xchange.com/products/appsuite/stable/frontend/{{{rhelname}}}/
+
  baseurl=http://software.open-xchange.com/products/appsuite/stable/appsuiteui/{{{rhelname}}}/
 
  gpgkey=http://software.open-xchange.com/oxbuildkey.pub
 
  gpgkey=http://software.open-xchange.com/oxbuildkey.pub
 
  enabled=1
 
  enabled=1

Revision as of 13:33, 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