ASL installation
From Atomicorp Wiki
These are rough notes for the ASL 2.0 pre-release
automated installer (not for VPS's):
wget -q -O - http://www.atomicorp.com/installer/install-asl.sh |sh
manual installation (VPS users, or anyone that wants to do this manually)
1) vim /etc/yum.repos.d/asl.repo
2) add the following:
[asl-bleeding] name=ASL Bleeding baseurl=http://USERNAME:PASSWORD@atomicorp.com/asl-bleeding/DISTRO/$releasever/$basearch
3) replace DISTRO with fedora, centos, redhat, and USERNAME/PASSWORD with your username and password from the signup page
4) yum install asl
5) vim /etc/asl/config
6) change USERNAME="USERNAME" to USERNAME="<your username>"
7) change PASSWORD="PASSWORD" to USERNAME="<your password>"