-
Notifications
You must be signed in to change notification settings - Fork 277
AppScale on KVM
Chris Donati edited this page Dec 24, 2015
·
6 revisions
You can download the latest AppScale KVM image here.
There are many front-end tools you can use to manage your KVM instances. If you wish to simply use QEMU, the following should work:
$ qemu-system-x86_64 -enable-kvm -m 3072 -hda appscale_image-2.3.1-None-1429664756.qcow2
You can log in as the user ubuntu
with the password appscale
.
If you wish to make your deployment publicly accessible or set up a multinode deployment, you will need to configure the guest's network. Some common setups are introduced here.
For a guide to using your new AppScale deployment, see Managing Apps, Machines, and Logs.