|
Atomic Archives
- [atomic] - stable rpm channel for packages created by ART.
- [atomic-testing] - near production quality packages created by ART.
- [atomic-bleeding]- untested, non-production packages with frequently zero testing, and known unresolvable compatibility issues created by ART. You shouldn't be here unless you are me.
- [plesk] - 3rd Party channel for SW-Soft's Plesk Server Administrator
GPG Key
All ART packages are signed with GPG. This is to ensure that the packages
have not been tampered with. ART packages that fail the gpg check
should be reported immediately.
Install the ART GPG key: wget
http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt
rpm --import RPM-GPG-KEY.art.txt
Yum Atomic Archives
CentOS 3 - 5 / RHEL 3 - 5 / Fedora 4 - 8
The Atomic archives are available through the yum package manager for Fedora, RHEL
and CentOS.These archives require access to both the vendors base
and update channels, RHEL3 and RHEL 4 users are therefore recommended to access
the atomic archives through up2date.
Automatic configuration
Using Lynx (yum -y install lynx):
lynx -source http://www.atomicorp.com/installers/atomic.sh | sh
Using Wget:
wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh
Install the atomic-release rpm manually:
CentOS3: atomic-release-1.0-7.el3.art.noarch.rpm
CentOS4: atomic-release-1.0-7.el4.art.noarch.rpm
CentOS5: atomic-release-1.0-7.el5.art.noarch.rpm
FC4: atomic-release-1.0-7.fc4.art.noarch.rpm
FC5: atomic-release-1.0-7.fc5.art.noarch.rpm
FC6: atomic-release-1.0-7.fc6.art.noarch.rpm
FC7: atomic-release-1.0-7.fc7.art.noarch.rpm
Manual Configuration: Fedora
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://www.atomicorp.com/channels/atomic/fedora/$releasever/$basearch
[plesk]
name=Plesk Server Administrator
baseurl=http://www.atomicorp.com/channels/plesk/latest/fedora/$releasever/$basearch
gpgcheck=0
Manual Configuration: CentOS / RHEL
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://www.atomicorp.com/channels/atomic/centos/$releasever/$basearch
[plesk]
name=Plesk Server Administrator
baseurl=http://www.atomicorp.com/channels/plesk/latest/centos/$releasever/$basearch
gpgcheck=0
Up2date Configuration: RHEL3, RHEL4
Manual Configuration: RHEL3
edit /etc/sysconfig/rhn/sources
replace ARCH with you architecture, x86_64, or i386
# Atomic
yum atomic http://www.atomicorp.com/channels/atomic/redhat/3/ARCH
# SW-Soft Plesk Server Administrator
yum plesk http://www.atomicorp.com/channels/plesk/latest/redhat/3/ARCH
Manual Configuration: RHEL4
edit /etc/sysconfig/rhn/sources
replace ARCH with you architecture, x86_64, or i386
# Atomic
yum atomic http://www.atomicorp.com/channels/atomic/redhat/4/ARCH
# SW-Soft Plesk Server Administrator
yum plesk http://www.atomicorp.com/channels/plesk/latest/redhat/4/ARCH
|