Difference between revisions of "Template:InstallPluginRHEL"

(Created page with "=== {{{rheltitle}}} === Start a console and create a software repository file if not already present: $ vim /etc/yum.repos.d/{{#if:{{{reponame|}}}|{{{reponame}}}|ox}}.repo ...")
 
({{{rheltitle}}})
Line 12: Line 12:
 
  gpgcheck=1
 
  gpgcheck=1
 
  metadata_expire=0m
 
  metadata_expire=0m
 
  
 
and run
 
and run

Revision as of 14:06, 3 April 2012

{{{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=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}}}