Difference between revisions of "Remi"

From SME Server
Jump to navigationJump to search
Line 3: Line 3:
  
 
= For SME 8 =
 
= For SME 8 =
 +
<onlyinclude>{{#ifeq:{{{transcludesection|SME8}}}|SME8|
 
  /sbin/e-smith/db yum_repositories set remi repository \
 
  /sbin/e-smith/db yum_repositories set remi repository \
 
  Name 'Remi - EL5' \
 
  Name 'Remi - EL5' \
Line 12: Line 13:
 
  Exclude mysql*,php-* \
 
  Exclude mysql*,php-* \
 
  status disabled
 
  status disabled
 +
}}</onlyinclude>
  
 
= For SME 9 =
 
= For SME 9 =
 +
<onlyinclude>{{#ifeq:{{{transcludesection|SME9}}}|SME9|
 
  /sbin/e-smith/db yum_repositories set remi repository \
 
  /sbin/e-smith/db yum_repositories set remi repository \
 
  Name 'Remi - EL6' \
 
  Name 'Remi - EL6' \
Line 23: Line 26:
 
  Exclude mysql*,php-*,phpMyAdmin \
 
  Exclude mysql*,php-*,phpMyAdmin \
 
  status disabled
 
  status disabled
 +
}}</onlyinclude>
  
 
= For PHP55 on SME 9=
 
= For PHP55 on SME 9=
Line 36: Line 40:
  
 
= For SME 10 =
 
= For SME 10 =
 +
<onlyinclude>{{#ifeq:{{{transcludesection|SME10}}}|SME10|
 
  /sbin/e-smith/db yum_repositories set remi repository \
 
  /sbin/e-smith/db yum_repositories set remi repository \
 
  Name 'Remi - EL7' \
 
  Name 'Remi - EL7' \
Line 45: Line 50:
 
  Exclude mysql*,php-*,phpMyAdmin \
 
  Exclude mysql*,php-*,phpMyAdmin \
 
  status disabled
 
  status disabled
 +
}}</onlyinclude>
 
<headertabs/>
 
<headertabs/>
 
<noinclude>
 
<noinclude>

Revision as of 20:19, 29 March 2017

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]

/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

/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

/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