Template:InstallPluginRHEL: Difference between revisions
From Open-Xchange
No edit summary |
|||
Line 1: | Line 1: | ||
=== {{{rheltitle}}} === | === {{{rheltitle}}} on 6.20.x === | ||
Start a console and create a software repository file if not already present: | Start a console and create a software repository file if not already present: | ||
Line 8: | Line 8: | ||
name=Open-Xchange | name=Open-Xchange | ||
baseurl=http://{{#if:{{{ldbaccount|}}}|{{{ldbaccount}}}@|}}software.open-xchange.com/OX6/{{{sopath}}}/{{{rhelname}}}/ | baseurl=http://{{#if:{{{ldbaccount|}}}|{{{ldbaccount}}}@|}}software.open-xchange.com/OX6/{{{sopath}}}/{{{rhelname}}}/ | ||
gpgkey=http://software.open-xchange.com/oxbuildkey.pub | |||
enabled=1 | |||
gpgcheck=1 | |||
metadata_expire=0m | |||
and run | |||
$ yum update | |||
$ yum install {{{pluginname}}} | |||
=== {{{rheltitle}}} on 6.22 === | |||
Start a console and create a software repository file if not already present: | |||
$ vim /etc/yum.repos.d/{{#if:{{{reponame|}}}|{{{reponame}}}|ox}}.repo | |||
[{{#if:{{{reponame|}}}|{{{reponame}}}|ox}}] | |||
name=Open-Xchange | |||
baseurl=http://{{#if:{{{ldbaccount|}}}|{{{ldbaccount}}}@|}}software.open-xchange.com/OX6/6.22/{{{rhelname}}}/ | |||
gpgkey=http://software.open-xchange.com/oxbuildkey.pub | gpgkey=http://software.open-xchange.com/oxbuildkey.pub | ||
enabled=1 | enabled=1 |
Revision as of 08:07, 10 October 2012
{{{rheltitle}}} on 6.20.x
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=http://software.open-xchange.com/OX6/{{{sopath}}}/{{{rhelname}}}/ gpgkey=http://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
and run
$ yum update $ yum install {{{pluginname}}}
{{{rheltitle}}} on 6.22
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=http://software.open-xchange.com/OX6/6.22/{{{rhelname}}}/ gpgkey=http://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m
and run
$ yum update $ yum install {{{pluginname}}}