Template:AddReposSLES: Difference between revisions

From Open-Xchange
 
(14 intermediate revisions by 6 users not shown)
Line 4: Line 4:


Start a console and add the Open-Xchange software repository for {{{slesname}}}:
Start a console and add the Open-Xchange software repository for {{{slesname}}}:
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.20|
<code>
zypper {{{zyparg}}} http://software.open-xchange.com/OX6/stable/{{{slesname}}}/ ox
</code>|}}|}}
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22|
<code>
zypper {{{zyparg}}} http://software.open-xchange.com/OX6/6.22/frontend/{{{slesname}}}/ ox-frontend
zypper {{{zyparg}}} http://software.open-xchange.com/OX6/6.22/backend/{{{slesname}}}/ ox-backend
zypper {{{zyparg}}} http://software.open-xchange.com/OX6/6.22/usm/{{{slesname}}}/ ox-usm
</code>|}}|}}
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|appsuite|
<code>
zypper {{{zyparg}}} http://software.open-xchange.com/products/appsuite/stable/appsuiteui/{{{slesname}}}/ ox-appsuiteui
zypper {{{zyparg}}} http://software.open-xchange.com/products/appsuite/stable/backend/{{{slesname}}}/ ox-backend
</code>|}}|}}


  $ zypper {{{zyparg}}} http://software.open-xchange.com/OX6/stable/{{{slesname}}}/ ox  
If you have a valid maintenance subscription, please run the following command so that the most recent packages get installed:
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.20|
<code>
  zypper {{{zyparg}}} http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{slesname}}} oxupdates
</code>|}}|}}
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|6.22|
<code>
zypper {{{zyparg}}} https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/frontend/{{{slesname}}}/ ox-updates-frontend
zypper {{{zyparg}}} https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/backend/{{{slesname}}}/ ox-updates-backend
zypper {{{zyparg}}} https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/usm/{{{slesname}}}/ ox-updates-usm
</code>|}}|}}
{{#if:{{{release}}}|{{#ifeq:{{{release|}}}|appsuite|
<code>
zypper {{{zyparg}}} https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/appsuiteui/updates/{{{slesname}}}/ ox-updates-appsuiteui
zypper {{{zyparg}}} https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/backend/updates/{{{slesname}}}/ ox-updates-backend
</code>|}}|}}


A warning will be shown because the Open-Xchange packages are not yet signed by a cryptographic key. To accept and continue the installation, press Y.
<!--
Starting with the release of Open-Xchange AppSuite 7.6.0, you you can also download the complete repository list from


If you have a valid maintenance subscription, please run the following command to so that the most recent packages get installed:
http://software.open-xchange.com/products/appsuite/stable/{{{slesname}}}.repo


$ zypper {{{zyparg}}} http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{slesname}}}/ ox
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. -->
 
A warning will be shown because the Open-Xchange packages are not yet signed by a cryptographic key. To accept and continue the installation, press Y.

Latest revision as of 18:38, 15 May 2015

Add Open-Xchange Repository

Open-Xchange maintains public available software repositories for different platforms, such as SLES. This repository should be added to the SLES installation to enable simple installation and updates.

Start a console and add the Open-Xchange software repository for {{{slesname}}}: {{#if:{{{release}}}|{{#ifeq:|6.20|

zypper {{{zyparg}}} http://software.open-xchange.com/OX6/stable/{{{slesname}}}/ ox 

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

zypper {{{zyparg}}} http://software.open-xchange.com/OX6/6.22/frontend/{{{slesname}}}/ ox-frontend 
zypper {{{zyparg}}} http://software.open-xchange.com/OX6/6.22/backend/{{{slesname}}}/ ox-backend
zypper {{{zyparg}}} http://software.open-xchange.com/OX6/6.22/usm/{{{slesname}}}/ ox-usm

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

zypper {{{zyparg}}} http://software.open-xchange.com/products/appsuite/stable/appsuiteui/{{{slesname}}}/ ox-appsuiteui
zypper {{{zyparg}}} http://software.open-xchange.com/products/appsuite/stable/backend/{{{slesname}}}/ ox-backend

|}}|}}

If you have a valid maintenance subscription, please run the following command so that the most recent packages get installed: {{#if:{{{release}}}|{{#ifeq:|6.20|

zypper {{{zyparg}}} http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/updates/{{{slesname}}} oxupdates 

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

zypper {{{zyparg}}} https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/frontend/{{{slesname}}}/ ox-updates-frontend
zypper {{{zyparg}}} https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/backend/{{{slesname}}}/ ox-updates-backend
zypper {{{zyparg}}} https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/usm/{{{slesname}}}/ ox-updates-usm

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

zypper {{{zyparg}}} https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/appsuiteui/updates/{{{slesname}}}/ ox-updates-appsuiteui
zypper {{{zyparg}}} https://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/products/appsuite/stable/backend/updates/{{{slesname}}}/ ox-updates-backend

|}}|}}

A warning will be shown because the Open-Xchange packages are not yet signed by a cryptographic key. To accept and continue the installation, press Y.