forked from AppScale/gts
-
Notifications
You must be signed in to change notification settings - Fork 1
Installing AppScale from source on GitHub
Navraj Chohan edited this page Oct 9, 2013
·
15 revisions
In a clean Ubuntu Precise virtual machine, begin by running the following:
sudo su
wget -O - http://bootstrap.appscale.com | sh
This grabs a script which does the following:
Installs git
:
apt-get install -y git-core
Grabs the latest AppScale from GitHub and builds it:
cd /root
git clone git://github.com/AppScale/appscale.git
cd appscale/debian
bash appscale_build.sh
Finally, it installs the AppScale tools in the virtual machine:
cd /root
git clone git://github.com/AppScale/appscale-tools.git
cd appscale-tools/debian
bash appscale_build.sh
If you want to use this image for a Xen or KVM-style deployment, just reboot your virtual machine and you're good to go. If you want to use this image for Eucalyptus see the Eucalyptus page for further instructions.