Skip to content

Installing AppScale from source

Meni Vaitsi edited this page Feb 8, 2016 · 5 revisions

In a clean 64-bit Ubuntu Precise virtual machine, begin by running the following:

sudo su
export HOME=/root
wget -O - http://bootstrap.appscale.com | 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

Clone this wiki locally