Ticket #237 (closed task: fixed)

Opened 22 months ago

Last modified 22 months ago

Support for Google App Engine deployment

Reported by: thijs Owned by: nick
Priority: blocker Milestone: 0.3
Component: Documentation Version: 0.3
Keywords: Cc:
Fixed in revision: Branch:
Author:

Description (last modified by thijs) (diff)

From the  Google App Engine  faq: Google App Engine lets you run your web applications on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users.

Google App Engine applications are implemented using the Python programming language. The runtime environment includes the full Python language and most of the Python standard library.

We should create a GoogleAppEngine tutorial that shows how to setup a PyAMF application with this system, which will be served on  http://pyamf.appspot.com

Change History

  Changed 22 months ago by thijs

  • description modified (diff)

  Changed 22 months ago by thijs

  • status changed from new to accepted
  • description modified (diff)

  Changed 22 months ago by thijs

  • description modified (diff)
  • summary changed from Howto for Google App Engine to Support for Google App Engine deployment

follow-up: ↓ 5   Changed 22 months ago by mrbarletta

I have an account on appengine .. just let me know if I can help!, this is a good shot for pyamf..

cheers

in reply to: ↑ 4   Changed 22 months ago by thijs

Replying to mrbarletta:

I have an account on appengine .. just let me know if I can help!, this is a good shot for pyamf.. cheers

We also have an account and have tested it successfully. We just need to find the time to update the howto, and possibly make some changes in the library to make it as easy as possible to install and run PyAMF on Google App Engine.

  Changed 22 months ago by thijs

  • priority changed from major to critical

  Changed 22 months ago by thijs

  • owner changed from thijs to nick
  • priority changed from critical to blocker
  • status changed from accepted to assigned

Assigning to Nick so he can update the tutorial for 0.3.

  Changed 22 months ago by nick

  • status changed from assigned to closed
  • resolution set to fixed

Amends made to tutorial. All systems go!

Note: See TracTickets for help on using tickets.