Template:InstallPlugin: Difference between revisions
From Open-Xchange
No edit summary |
|||
Line 26: | Line 26: | ||
{{InstallPluginRHEL|ldbaccount={{#if:{{{ldbaccount|}}}|{{{ldbaccount}}}|}}|rheltitle=CentOS 6|rhelname=RHEL6|pluginname={{{pluginname}}}|sopath={{{sopath}}}|reponame={{#if:{{{reponame|}}}|{{{reponame}}}|ox}}}} | {{InstallPluginRHEL|ldbaccount={{#if:{{{ldbaccount|}}}|{{{ldbaccount}}}|}}|rheltitle=CentOS 6|rhelname=RHEL6|pluginname={{{pluginname}}}|sopath={{{sopath}}}|reponame={{#if:{{{reponame|}}}|{{{reponame}}}|ox}}}} | ||
}} | }} |
Revision as of 12:56, 14 November 2012
Installation on Open-Xchange v6.20.x
Debian GNU/Linux 6.0
Add the following entry to /etc/apt/sources.list if not already present:
deb http://software.open-xchange.com/OX6/{{{sopath}}}/DebianSqueeze/ /
and run
$ apt-get update $ apt-get install {{{pluginname}}}
SUSE Linux Enterprise Server 11
Add the package repository using zypper if not already present:
$ zypper ar http://software.open-xchange.com/OX6/{{{sopath}}}/SLES11 ox
and run
$ zypper ref $ zypper in {{{pluginname}}}
RedHat Enterprise Linux 6
Start a console and create a software repository file if not already present:
$ vim /etc/yum.repos.d/ox.repo
[ox]
name=Open-Xchange
baseurl=https://software.open-xchange.com/{{{toplevel}}}/{{{sopath}}}/RHEL6/
gpgkey=https://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=https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/{{{toplevel}}}/{{{sopath}}}/updates/RHEL6/
# gpgkey=https://software.open-xchange.com/oxbuildkey.pub
# enabled=1
# gpgcheck=1
# metadata_expire=0m
and run
$ yum update $ yum install {{{pluginname}}}
CentOS 6
Start a console and create a software repository file if not already present:
$ vim /etc/yum.repos.d/ox.repo
[ox]
name=Open-Xchange
baseurl=https://software.open-xchange.com/{{{toplevel}}}/{{{sopath}}}/RHEL6/
gpgkey=https://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=https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/{{{toplevel}}}/{{{sopath}}}/updates/RHEL6/
# gpgkey=https://software.open-xchange.com/oxbuildkey.pub
# enabled=1
# gpgcheck=1
# metadata_expire=0m
and run
$ yum update $ yum install {{{pluginname}}}
}}