Shane
Shane

Reputation: 3091

Anyone have experience with AppScale?

I just found this project which provides a way of running Google App Engine projects on your own server cluster.

http://code.google.com/p/appscale/

It looks really interesting, has anyone had any experience using it?

Upvotes: 14

Views: 865

Answers (2)

quarks
quarks

Reputation: 35306

Yes, we are using Appscale. In fact you can try it by downloading the latest images here: http://www.appscale.com/community/downloads/

Or by building it on your own machine:

$ sudo su
# cd /root
# wget -O - http://bootstrap.appscale.com | sh

You can find more about this here.

Upvotes: -1

Student
Student

Reputation: 28365

You can find users of it here.

Upvotes: 6

Related Questions