Template:AddReposSLES: Difference between revisions

From Open-Xchange
mNo edit summary
Line 12: Line 12:
  zypper {{{zyparg}}} http://software.open-xchange.com/OX6/6.22/frontend/{{{slesname}}}/ ox-frontend  
  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/backend/{{{slesname}}}/ ox-backend
zypper {{{zyparg}}} http://software.open-xchange.com/OX6/6.22/usm/{{{slesname}}}/ ox-usm
</code>|}}|}}
</code>|}}|}}


Line 23: Line 24:
  zypper {{{zyparg}}} http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/frontend/{{{slesname}}}/ ox-updates-frontend
  zypper {{{zyparg}}} http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/frontend/{{{slesname}}}/ ox-updates-frontend
  zypper {{{zyparg}}} http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/backend/{{{slesname}}}/ ox-updates-backend
  zypper {{{zyparg}}} http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/backend/{{{slesname}}}/ ox-updates-backend
zypper {{{zyparg}}} http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/usm/{{{slesname}}}/ ox-updates-usm
</code>|}}|}}
</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.
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.

Revision as of 15:58, 5 October 2012

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 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}}} http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/frontend/{{{slesname}}}/ ox-updates-frontend
zypper {{{zyparg}}} http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/backend/{{{slesname}}}/ ox-updates-backend
zypper {{{zyparg}}} http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/OX6/6.22/updates/usm/{{{slesname}}}/ ox-updates-usm

|}}|}}

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.