Difference between revisions of "Remi-roundcube"

From SME Server
Jump to navigationJump to search
 
Line 2: Line 2:
 
Below you find the installation command for the {{PAGENAME}} repository which can be entered on the SME Server shell.
 
Below you find the installation command for the {{PAGENAME}} repository which can be entered on the SME Server shell.
 
==remi-roundcube==
 
==remi-roundcube==
 +
 +
 +
==== '''For SME9''' ====
 +
 
</noinclude>
 
</noinclude>
 
  /sbin/e-smith/db yum_repositories set remi-roundcube repository \
 
  /sbin/e-smith/db yum_repositories set remi-roundcube repository \
Line 8: Line 12:
 
  Visible yes IncludePkgs 'php-kolab-net-ldap3,php-pear-Mail-mimeDecode,php-pear-Net-IDNA2,php-pear-Net-LDAP2,roundcubemail' \
 
  Visible yes IncludePkgs 'php-kolab-net-ldap3,php-pear-Mail-mimeDecode,php-pear-Net-IDNA2,php-pear-Net-LDAP2,roundcubemail' \
 
  status disabled
 
  status disabled
 +
<noinclude>
  
  
 +
==== '''For Koozali SME10''' ====
 +
 +
22/03/2021 - Just a note - this may be totally incorrect
 +
 +
</noinclude>
 +
/sbin/e-smith/db yum_repositories set remi-roundcube repository \
 +
Name 'Remi Roundcube - 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 IncludePkgs 'php-kolab-net-ldap3,php-pear-Mail-mimeDecode,php-pear-Net-IDNA2,php-pear-Net-LDAP2,roundcubemail' \
 +
status disabled
 
<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 16:20, 22 March 2021

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-roundcube at the SME Server shell.


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

remi-roundcube

For SME9

/sbin/e-smith/db yum_repositories set remi-roundcube repository \
Name 'Remi Roundcube - 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 IncludePkgs 'php-kolab-net-ldap3,php-pear-Mail-mimeDecode,php-pear-Net-IDNA2,php-pear-Net-LDAP2,roundcubemail' \
status disabled


For Koozali SME10

22/03/2021 - Just a note - this may be totally incorrect


/sbin/e-smith/db yum_repositories set remi-roundcube repository \
Name 'Remi Roundcube - 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 IncludePkgs 'php-kolab-net-ldap3,php-pear-Mail-mimeDecode,php-pear-Net-IDNA2,php-pear-Net-LDAP2,roundcubemail' \
status disabled


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

signal-event yum-modify