There are always plenty of new and interesting technologies to experiment with, but you have to invest precious time in setting up your development environment before you can start taking your first, undignified steps with the code. After all of this, where do you deploy your new app to, without digging into your wallet and paying for some hosting? Today I took the Google App Engine for a test drive, and within 30 minutes, my application was live for the world to see, at no cost, and without the usual set-up woes. This post will outline the simple steps I took to launch an application on the Google App Engine.
Sign up
Get your name down quick, or you may have a while to wait: http://appengine.google.com/Set up
A painless development set-up:- I installed Python
- I installed the Google App Engine SDK
- I added the pydev plugin to my Eclipse IDE, but any text editor would do the job
- I added python to my Windows PATH environment variable, no need to add the Google App Engine as this is done during its install process.
1 comments:
And then a few months from now, Ruby comes running over on the App Engine. and the small companies like Morph eXchange, who are taking cloud chances will drown amidst the buzz. Talk about jumping the bandwagon...
Keep up with the posts.
Best.
alain
Post a Comment