Template:InstallPluginRHEL

From Open-Xchange
Revision as of 13:08, 21 October 2013 by Choeger (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

{{{rheltitle}}}

Start a console and create a software repository file if not already present:

$ vim /etc/yum.repos.d/{{#if:|{{{reponame}}}|ox}}.repo

[{{#if:|{{{reponame}}}|ox}}]
name=Open-Xchange
baseurl=http://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{{toplevel}}}/{{{sopath}}}/{{{rhelname}}}/
gpgkey=http://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m{{#if:||

# 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=http://LDBACCOUNT:LDBPASSWORD@software.open-xchange.com/{{{toplevel}}}/{{{sopath}}}/updates/{{{rhelname}}}/
# gpgkey=http://software.open-xchange.com/oxbuildkey.pub
# enabled=1
# gpgcheck=1
# metadata_expire=0m

}}

and run

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