Template:InstallPluginRHEL

Revision as of 07:59, 8 May 2015 by Fabian.koch (talk | contribs) ({{{rheltitle}}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{{rheltitle}}}

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}}}/{{{rhelname}}}/
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/{{{rhelname}}}/
# gpgkey=https://software.open-xchange.com/oxbuildkey.pub
# enabled=1
# gpgcheck=1
# metadata_expire=0m

and run

$ yum update
$ yum install {{{pluginname}}}