Difference between revisions of "Talk:Dag"

From SME Server
Jump to navigationJump to search
Line 1: Line 1:
 
Below you find the installation command for the Dag repository which can be entered on the SME Server shell.  
 
Below you find the installation command for the Dag repository which can be entered on the SME Server shell.  
  
 +
{{Warning box|msg=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=dag at the SME Server shell.}}
 +
 
==Add dag repository to SME 7 (Centos 4)==
 
==Add dag repository to SME 7 (Centos 4)==
 
  /sbin/e-smith/db yum_repositories set dag repository \
 
  /sbin/e-smith/db yum_repositories set dag repository \

Revision as of 23:37, 9 December 2012

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


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


Add dag repository to SME 7 (Centos 4)

/sbin/e-smith/db yum_repositories set dag repository \
Name 'Dag - EL4' \
BaseURL 'http://apt.sw.be/redhat/el4/en/$basearch/dag' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \
Visible no \
Exclude freetype,htop,iptraf,rsync,syslinux \
status disabled

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

signal-event yum-modify

Add Dag repository to SME 8 (Centos 5)

/sbin/e-smith/db yum_repositories set dag repository \
Name 'Dag - EL5' \
BaseURL 'http://apt.sw.be/redhat/el5/en/$basearch/dag' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \
Visible no \
Exclude freetype,htop,iptraf,rsync,syslinux \
status disabled

Mmccarn 15:48, 24 September 2011 (MDT)

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

signal-event yum-modify




Category: Yum Repository