Difference between revisions of "Template:InstallPluginRHEL"

({{{rheltitle}}})
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=== {{{rheltitle}}} on 6.20.x ===
+
=== {{{rheltitle}}} ===
  
 
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 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=https://{{#if:{{{ldbaccount|}}}|{{{ldbaccount}}}@|}}software.open-xchange.com/{{{toplevel}}}/{{{sopath}}}/{{{rhelname}}}/
  gpgkey=http://software.open-xchange.com/oxbuildkey.pub
+
  gpgkey=https://software.open-xchange.com/oxbuildkey.pub
 
  enabled=1
 
  enabled=1
 
  gpgcheck=1
 
  gpgcheck=1
  metadata_expire=0m
+
  metadata_expire=0m{{#if:{{{ldbaccount|}}}||
 
+
<code>
and run
+
# 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
$ yum update
+
  # packages get installed
$ yum install {{{pluginname}}}
+
  # [ox-updates]
 
+
  # name=Open-Xchange Updates
=== {{{rheltitle}}} on 6.22 ===
+
  # baseurl=https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/{{{toplevel}}}/{{{sopath}}}/updates/{{{rhelname}}}/
 
+
  # gpgkey=https://software.open-xchange.com/oxbuildkey.pub
Start a console and create a software repository file if not already present:
+
  # enabled=1
 
+
  # gpgcheck=1
  $ vim /etc/yum.repos.d/{{#if:{{{reponame|}}}|{{{reponame}}}|ox}}.repo
+
  # metadata_expire=0m
   
+
</code>
  [{{#if:{{{reponame|}}}|{{{reponame}}}|ox}}]
+
}}
  name=Open-Xchange
 
  baseurl=http://{{#if:{{{ldbaccount|}}}|{{{ldbaccount}}}@|}}software.open-xchange.com/OX6/6.22/OXtender-stable/OXUpdater/{{{rhelname}}}/
 
  gpgkey=http://software.open-xchange.com/oxbuildkey.pub
 
  enabled=1
 
  gpgcheck=1
 
  metadata_expire=0m
 
  
 
and run
 
and run

Latest revision as of 07:59, 8 May 2015

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