Difference between revisions of "Remi"

From SME Server
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
= Generik =
 
= Generik =
  
<onlyinclude>{{#ifeq:{{{transcludesection|Generik}}}|Generik|  
+
<onlyinclude><nowiki>{{#ifeq:</nowiki>{{{transcludesection|Generik}}}|Generik|  
 +
 
 +
<onlyinclude>{{#ifeq:{{{transcludesection|SME9}}}|SME9|
 +
{{Warning box|msg=you might consider using [[remi-safe]] instead!}}
 +
 
 
execute the following:
 
execute the following:
 
  /sbin/e-smith/db yum_repositories set remi repository \
 
  /sbin/e-smith/db yum_repositories set remi repository \
Line 13: Line 17:
 
  GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \
 
  GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \
 
  Visible yes \
 
  Visible yes \
  Exclude mysql*,php-* \
+
  Exclude mysql*,php-*,phpMyAdmin \
 
  status disabled
 
  status disabled
 
}}</onlyinclude>
 
}}</onlyinclude>
Line 72: Line 76:
 
  status disabled
 
  status disabled
 
}}</onlyinclude>
 
}}</onlyinclude>
<headertabs/>
+
<headertabs />
 
<noinclude>
 
<noinclude>
 
After adding it to the database updating the configuration file is required:
 
After adding it to the database updating the configuration file is required:
 
  signal-event yum-modify
 
  signal-event yum-modify
 
----
 
----
[[Category: Yum_Repository]]</noinclude>
+
[[Category: Yum_Repository]]
 +
</noinclude>

Latest revision as of 06:08, 14 February 2018

Warning.png Warning:
Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package enable it using the option --enablerepo=remi at the SME Server shell.


Below you find the installation command for the Remi repository which can be entered on the SME Server shell.

[edit]

{{#ifeq:Generik|Generik|

Warning.png Warning:
you might consider using remi-safe instead!


execute the following:

/sbin/e-smith/db yum_repositories set remi repository \
Name 'Remi - EL' \
BaseURL 'http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/' \
EnableGroups no \
GPGCheck yes \
GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \
Visible yes \
Exclude mysql*,php-*,phpMyAdmin \
status disabled


execute the following:

/sbin/e-smith/db yum_repositories set remi repository \
Name 'Remi - EL5' \
BaseURL 'http://rpms.famillecollet.com/enterprise/5/remi/$basearch/' \
EnableGroups no \
GPGCheck yes \
GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \
Visible yes \
Exclude mysql*,php-* \
status disabled
Warning.png Warning:
you might consider using remi-safe instead!


execute the following:

/sbin/e-smith/db yum_repositories set remi repository \
Name 'Remi - EL6' \
BaseURL 'http://rpms.famillecollet.com/enterprise/6/remi/$basearch/' \
EnableGroups no \
GPGCheck yes \
GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \
Visible yes \
Exclude mysql*,php-*,phpMyAdmin \
status disabled
/sbin/e-smith/db yum_repositories set remi-php55 repository \
Name 'Remi-php55 - EL6' \
BaseURL 'http://rpms.famillecollet.com/enterprise/6/php55/$basearch/' \
EnableGroups no \
GPGCheck yes \
GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \
Visible yes \
Exclude php-horde-horde \
status disabled
Warning.png Warning:
you might consider using remi-safe instead!


execute the following:

/sbin/e-smith/db yum_repositories set remi repository \
Name 'Remi - EL7' \
BaseURL 'http://rpms.famillecollet.com/enterprise/7/remi/$basearch/' \
EnableGroups no \
GPGCheck yes \
GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \
Visible yes \
Exclude mysql*,php-*,phpMyAdmin \
status disabled

After adding it to the database updating the configuration file is required:

signal-event yum-modify