Using Codenvy with Google App Engine – testing with default python project .

Google App Engine lets you run web applications on Google’s infrastructure.
Login into your Google App Engine. I don’t have one then must activate it from here.
Google will ask your Project name and project ID … see the next picture.
codenvy_google_app_engine_001
Go to Codenvy website and make a new project ( I let the default name: untitled).
Select Python and Google App Engine to make your project.
codenvy_google_app_engine_002
The template project it’s a simple AJAX chat, see the next image:
codenvy_google_app_engine_003
In the next window type the project ID from Google App Engine. See the name: codenvy-python-001.
codenvy_google_app_engine_004
Select all settings like in the next image …
codenvy_google_app_engine_005
The codenvy will try to deal with Google, so press Accept button from the next window.
codenvy_google_app_engine_006
I got one error … this can be fixed after so press ok button and go to the next step…
codenvy_google_app_engine_007
Now you can run the application. Go to the main menu and press Run -> Run Application.
In the bottom of the Codenvy IDE, you can see one window named Output.
In this window will see one link create by running application.
Click on this link and in your browser will see running the default python project like in the next image.
codenvy_google_app_engine_008
In the next image, you can see the tree files project and you can read and deal with this source code.
codenvy_google_app_engine_009
This is all for today. Have a great day.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.