Template:AddReposRHEL: Difference between revisions

From Open-Xchange
mNo edit summary
mNo edit summary
Line 8: Line 8:
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.20|
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.20|
<pre>
<pre>
[ox]
[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}}}/
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
enabled=1
enabled=1
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  
# following and add the ldb account data to the url so that the most recent
# following and add the ldb account data to the url so that the most recent
# packages get installed
# packages get installed
   
   
[ox-updates]
[ox-updates]
name=Open-Xchange Updates
name=Open-Xchange Updates
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{rhelname}}}/
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{rhelname}}}/
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
enabled=1
enabled=1
gpgcheck=1
gpgcheck=1
metadata_expire=0m
metadata_expire=0m
</pre>
</pre>
|}}|}}
|}}|}}


{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22| [ox-frontend]
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22|
name=Open-Xchange-frontend
<pre>
baseurl=http://software.open-xchange.com/OX6/6.22/frontend/{{{rhelname}}}/
[ox-frontend]
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
name=Open-Xchange-frontend
enabled=1
baseurl=http://software.open-xchange.com/OX6/6.22/frontend/{{{rhelname}}}/
gpgcheck=1
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
metadata_expire=0m
enabled=1
gpgcheck=1
metadata_expire=0m
   
   
[ox-backend]
[ox-backend]
name=Open-Xchange-backend
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
enabled=1
enabled=1
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  
# following and add the ldb account data to the url so that the most recent
# following and add the ldb account data to the url so that the most recent
# packages get installed
# packages get installed
   
   
[ox-updates-frontend]
[ox-updates-frontend]
name=Open-Xchange Updates-frontend
name=Open-Xchange Updates-frontend
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/frontend/{{{rhelname}}}/
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
gpgcheck=1
gpgcheck=1
metadata_expire=0m
metadata_expire=0m
    
    
[ox-updates-backend]
[ox-updates-backend]
name=Open-Xchange Updates-backend
name=Open-Xchange Updates-backend
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/backend/{{{rhelname}}}/
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
gpgcheck=1
gpgcheck=1
metadata_expire=0m
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 12:35, 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

{{#if:{{{release}}}|{{#ifeq:|6.20|

[ox]
name=Open-Xchange
baseurl=http://software.open-xchange.com/OX6/stable/{{{rhelname}}}/
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m

# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
 
[ox-updates]
name=Open-Xchange Updates
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{rhelname}}}/
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m

|}}|}}

{{#if:{{{release}}}|{{#ifeq:|6.22|

[ox-frontend]
name=Open-Xchange-frontend
baseurl=http://software.open-xchange.com/OX6/6.22/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/OX6/6.22/backend/{{{rhelname}}}/
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m
 
# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
 
[ox-updates-frontend]
name=Open-Xchange Updates-frontend
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/frontend/{{{rhelname}}}/
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m
  
[ox-updates-backend]
name=Open-Xchange Updates-backend
baseurl=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/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