forked from AppScale/gts
-
Notifications
You must be signed in to change notification settings - Fork 0
Installing AppScale from source
Meni Vaitsi edited this page Apr 1, 2016
·
3 revisions
In a clean 64-bit Ubuntu Trusty virtual machine, begin by running the following:
sudo su
export HOME=/root
wget -O bootstrap.sh http://bootstrap.appscale.com
bash bootstrap.sh
The AppScale bootstrap script installs git and clones AppScale and AppScale Tools repos. It then installs AppScale and AppScale Tools by executing the build scripts for each.
For more options, run
bash bootstrap.sh --help