-
Notifications
You must be signed in to change notification settings - Fork 277
Installing AppScale from source
Chris Donati edited this page Aug 7, 2019
·
5 revisions
In a clean Ubuntu 16.04 (Xenial Xerus) virtual machine, begin by running the following:
$ sudo -i
# wget -O bootstrap.sh https://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