Template:AddReposRHEL: Difference between revisions
From Open-Xchange
mNo edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
Start a console and create a software repository file for Open-Xchange: | Start a console and create a software repository file for Open-Xchange: | ||
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.20| <code>vim /etc/yum.repos.d/ox.repo</code> | {{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.20| <code>$ vim /etc/yum.repos.d/ox.repo</code> | ||
[ox] | [ox] | ||
Line 27: | Line 27: | ||
|}}|}} | |}}|}} | ||
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22| <code>vim /etc/yum.repos.d/ox.repo</code> | {{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22| <code>$ vim /etc/yum.repos.d/ox.repo</code> | ||
[ox-frontend] | [ox-frontend] | ||
name=Open-Xchange | name=Open-Xchange-forntend | ||
baseurl=http://software.open-xchange.com/OX6/6.22/frontend/{{{rhelname}}}/ | baseurl=http://software.open-xchange.com/OX6/6.22/frontend/{{{rhelname}}}/ | ||
gpgkey=http://software.open-xchange.com/oxbuildkey.pub | gpgkey=http://software.open-xchange.com/oxbuildkey.pub | ||
Line 38: | Line 38: | ||
[ox-backend] | [ox-backend] | ||
name=Open-Xchange | name=Open-Xchange-backend | ||
baseurl=http://software.open-xchange.com/OX6/6.22/backend/{{{rhelname}}}/ | baseurl=http://software.open-xchange.com/OX6/6.22/backend/{{{rhelname}}}/ | ||
gpgkey=http://software.open-xchange.com/oxbuildkey.pub | gpgkey=http://software.open-xchange.com/oxbuildkey.pub | ||
Line 50: | Line 50: | ||
[ox-updates-frontend] | [ox-updates-frontend] | ||
name=Open-Xchange Updates | name=Open-Xchange Updates-frontend | ||
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6. | baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/frontend/{{{rhelname}}}/ | ||
gpgkey=http://software.open-xchange.com/oxbuildkey.pub | gpgkey=http://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
Line 58: | Line 58: | ||
[ox-updates-backend] | [ox-updates-backend] | ||
name=Open-Xchange Updates | name=Open-Xchange Updates-backend | ||
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6. | baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/backend/{{{rhelname}}}/ | ||
gpgkey=http://software.open-xchange.com/oxbuildkey.pub | gpgkey=http://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 |
Revision as of 12:22, 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