Difference between revisions of "Atomic"
From SME Server
Jump to navigationJump to searchLine 17: | Line 17: | ||
/sbin/e-smith/db yum_repositories set atomic repository\ | /sbin/e-smith/db yum_repositories set atomic repository\ | ||
− | Name 'Atomic EL6' | + | Name 'Atomic EL6'\ |
MirrorList 'http://www.atomicorp.com/mirrorlist/atomic/centos-6-$basearch'\ | MirrorList 'http://www.atomicorp.com/mirrorlist/atomic/centos-6-$basearch'\ | ||
EnableGroups no \ | EnableGroups no \ |
Revision as of 19:08, 20 November 2013
Below you find the installation command for the repository which can be entered on the SME Server shell.
atomic-el5
To use it to install package enable it using the option --enablerepo=atomic at the SME Server shell. You can browse the repo content Here
/sbin/e-smith/db yum_repositories set atomic repository\ Name 'Atomic EL5'\ MirrorList 'http://www.atomicorp.com/mirrorlist/atomic/centos-5-$basearch'\ EnableGroups no \ GPGCheck yes\ GPGKey 'https://www.atomicorp.com/RPM-GPG-KEY.art.txt'\ Visible no\ status disabled
atomic-el6
To use it to install package enable it using the option --enablerepo=atomic at the SME Server shell. You can browse the repo content Here
/sbin/e-smith/db yum_repositories set atomic repository\ Name 'Atomic EL6'\ MirrorList 'http://www.atomicorp.com/mirrorlist/atomic/centos-6-$basearch'\ EnableGroups no \ GPGCheck yes\ GPGKey 'https://www.atomicorp.com/RPM-GPG-KEY.art.txt'\ Visible no\ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify