Template:InstallPluginRHEL: Difference between revisions

From Open-Xchange
No edit summary
No edit summary
Line 7: Line 7:
  [{{#if:{{{reponame|}}}|{{{reponame}}}|ox}}]
  [{{#if:{{{reponame|}}}|{{{reponame}}}|ox}}]
  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/{{toplevel}}/{{{sopath}}}/{{{rhelname}}}/
  gpgkey=http://software.open-xchange.com/oxbuildkey.pub
  gpgkey=http://software.open-xchange.com/oxbuildkey.pub
  enabled=1
  enabled=1

Revision as of 13:37, 19 December 2012

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

and run

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