Difference between revisions of "ASL installation"

From Atomicorp Wiki
Jump to: navigation, search
(New page: 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 use...)
 
Line 1: Line 1:
 
These are rough notes for the ASL 2.0 pre-release
 
These are rough notes for the ASL 2.0 pre-release
  
 
+
'''
automated installer (not for VPS's):
+
automated installer''' (not for VPS's):
  
 
  wget -q -O - http://www.atomicorp.com/installer/install-asl.sh |sh
 
  wget -q -O - http://www.atomicorp.com/installer/install-asl.sh |sh
  
 
+
'''
manual installation (VPS users, or anyone that wants to do this manually)
+
manual installation''' (VPS users, or anyone that wants to do this manually)
  
 
1) vim /etc/yum.repos.d/asl.repo
 
1) vim /etc/yum.repos.d/asl.repo
Line 17: Line 17:
 
  baseurl=http://USERNAME:PASSWORD@atomicorp.com/asl-bleeding/DISTRO/$releasever/$basearch
 
  baseurl=http://USERNAME:PASSWORD@atomicorp.com/asl-bleeding/DISTRO/$releasever/$basearch
  
3) replace DISTRO with fedora, centos, redhat
+
3) replace DISTRO with fedora, centos, redhat, and USERNAME/PASSWORD with your username and password from the signup page
  
 
4) yum install asl
 
4) yum install asl

Revision as of 11:14, 5 April 2007

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

Personal tools