Template:AddReposRHEL: Difference between revisions
From Open-Xchange
No edit summary |
|||
Line 9: | Line 9: | ||
[ox] | [ox] | ||
name=Open-Xchange | name=Open-Xchange | ||
baseurl= | baseurl=https://software.open-xchange.com/OX6/stable/{{{rhelname}}}/ | ||
gpgkey= | gpgkey=https://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 21: | Line 21: | ||
[ox-updates] | [ox-updates] | ||
name=Open-Xchange Updates | name=Open-Xchange Updates | ||
baseurl= | baseurl=https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{rhelname}}}/ | ||
gpgkey= | gpgkey=https://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 31: | Line 31: | ||
[ox-frontend] | [ox-frontend] | ||
name=Open-Xchange-frontend | name=Open-Xchange-frontend | ||
baseurl= | baseurl=https://software.open-xchange.com/OX6/6.22/frontend/{{{rhelname}}}/ | ||
gpgkey= | gpgkey=https://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 39: | Line 39: | ||
[ox-backend] | [ox-backend] | ||
name=Open-Xchange-backend | name=Open-Xchange-backend | ||
baseurl= | baseurl=https://software.open-xchange.com/OX6/6.22/backend/{{{rhelname}}}/ | ||
gpgkey= | gpgkey=https://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 47: | Line 47: | ||
[ox-usm] | [ox-usm] | ||
name=Open-Xchange-USM | name=Open-Xchange-USM | ||
baseurl= | baseurl=https://software.open-xchange.com/OX6/6.22/usm/{{{rhelname}}}/ | ||
gpgkey= | gpgkey=https://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 59: | Line 59: | ||
[ox-updates-frontend] | [ox-updates-frontend] | ||
name=Open-Xchange Updates-frontend | name=Open-Xchange Updates-frontend | ||
baseurl= | baseurl=https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/frontend/{{{rhelname}}}/ | ||
gpgkey= | gpgkey=https://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 67: | Line 67: | ||
[ox-updates-backend] | [ox-updates-backend] | ||
name=Open-Xchange Updates-backend | name=Open-Xchange Updates-backend | ||
baseurl= | baseurl=https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/backend/{{{rhelname}}}/ | ||
gpgkey= | gpgkey=https://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 75: | Line 75: | ||
[ox-updates-usm] | [ox-updates-usm] | ||
name=Open-Xchange Updates-USM | name=Open-Xchange Updates-USM | ||
baseurl= | baseurl=https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/usm/{{{rhelname}}}/ | ||
gpgkey= | gpgkey=https://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 93: | Line 93: | ||
[ox-backend] | [ox-backend] | ||
name=Open-Xchange-backend | name=Open-Xchange-backend | ||
baseurl= | baseurl=https://software.open-xchange.com/products/appsuite/stable/backend/{{{rhelname}}}/ | ||
gpgkey= | gpgkey=https://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 105: | Line 105: | ||
[ox-updates-appsuiteui] | [ox-updates-appsuiteui] | ||
name=Open-Xchange Updates-appsuiteui | name=Open-Xchange Updates-appsuiteui | ||
baseurl= | baseurl=https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/appsuiteui/updates/{{{rhelname}}}/ | ||
gpgkey= | gpgkey=https://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 113: | Line 113: | ||
[ox-updates-backend] | [ox-updates-backend] | ||
name=Open-Xchange Updates-backend | name=Open-Xchange Updates-backend | ||
baseurl= | baseurl=https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/backend/updates/{{{rhelname}}}/ | ||
gpgkey= | gpgkey=https://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 | ||
gpgcheck=1 | gpgcheck=1 | ||
Line 123: | Line 123: | ||
Starting with the release of Open-Xchange AppSuite 7.6.0, you you can also download the complete repository list from | Starting with the release of Open-Xchange AppSuite 7.6.0, you you can also download the complete repository list from | ||
https://software.open-xchange.com/products/appsuite/stable/{{{rhelname}}}.repo | |||
For the basic install, you only need the repositories backend and frontend, you can comment out the others. If you want to configure the update repositories as well, you need to replace LDBACCOUNT and LDBPASSWORD with your real LDB credentials. --> | For the basic install, you only need the repositories backend and frontend, you can comment out the others. If you want to configure the update repositories as well, you need to replace LDBACCOUNT and LDBPASSWORD with your real LDB credentials. --> | ||
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 | 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 https://www.w3schools.com/tags/ref_urlencode.asp |
Revision as of 10:51, 25 January 2021
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 https://www.w3schools.com/tags/ref_urlencode.asp