Difference between revisions of "Egroupware repository"

From SME Server
Jump to navigationJump to search
m (Formatting)
Line 2: Line 2:
 
Below you find the installation command for the {{PAGENAME}} which can be entered on the SME Server shell.
 
Below you find the installation command for the {{PAGENAME}} which can be entered on the SME Server shell.
  
* For sme8
+
= For SME 8 =
 
 
For installation run the following commands:
 
 
  db yum_repositories set egroupware repository \
 
  db yum_repositories set egroupware repository \
 
  Name "server_eGroupWare" \
 
  Name "server_eGroupWare" \
Line 11: Line 9:
 
  GPGKey http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_5/repodata/repomd.xml.key \
 
  GPGKey http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_5/repodata/repomd.xml.key \
 
  Visible yes status disabled  
 
  Visible yes status disabled  
then
 
 
signal-event yum-modify
 
 
  
* For SME 9
 
  
For installation run the following commands:
+
= For SME 9 =
 
  db yum_repositories set egroupware repository \
 
  db yum_repositories set egroupware repository \
 
  Name "server_eGroupWare" \
 
  Name "server_eGroupWare" \
Line 25: Line 18:
 
  GPGKey http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_6/repodata/repomd.xml.key \
 
  GPGKey http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_6/repodata/repomd.xml.key \
 
  Visible yes status disabled  
 
  Visible yes status disabled  
 
+
<headertabs/>
 
then
 
then
  

Revision as of 09:45, 6 October 2014

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


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

[edit]
db yum_repositories set egroupware repository \
Name "server_eGroupWare" \
BaseURL http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_5/ \
EnableGroups no GPGCheck yes \ Name "eGroupware (CentOS_5)" \
GPGKey http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_5/repodata/repomd.xml.key \
Visible yes status disabled 


db yum_repositories set egroupware repository \
Name "server_eGroupWare" \
BaseURL http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_6/ \
EnableGroups no GPGCheck yes \ Name "eGroupware (CentOS_6)" \
GPGKey http://download.opensuse.org/repositories/server:/eGroupWare/CentOS_6/repodata/repomd.xml.key \
Visible yes status disabled 

then

signal-event yum-modify