10

Google app engine setup

Embed Size (px)

Citation preview

Page 1: Google app engine setup
Page 2: Google app engine setup

l goto appengine.google.com

l Login in with your google account.l Sign up for a new account if u do not have by clicking on “create an

account”

Page 3: Google app engine setup

l The application requests you permission to access your google account.● Click on “continue” to proceed

Page 4: Google app engine setup

• Now a new page welcomes you with a getting started guide , FAQs and Developers guide.

• Click on “Create Application” to get started

Page 5: Google app engine setup

• Here we get to start our very own application under Create an Application

• application identifier : Give a name to your application and check availability

• • Example:

• Application Title: Give it a name so that users can see it when they access your application

Page 6: Google app engine setup

l Authentication Options (Advanced):グ Just leave it to ''Open to all Google Accounts users (default)''l Read the Terms of Service, select on “Create Application” and then click on “Create

Application” to proceed further

● You will get a confirmation on successful creation of your application like this

Page 7: Google app engine setup

• You will find 3 options:• a) dashboard - Takes you to your dashboard where you can view

data and other apps created earlier.

Page 8: Google app engine setup

• b) appcfg - To upload and deploy your source code. You can make even configuration changes.

• -Right now there is support only for Python Runtime and Java runtime. You can click on them to view the documentation

l Python Runtime - appcfg.pyl Java Runtime – appcfg● -Support for PHP and Go are in experimental mode

Page 9: Google app engine setup

• c) administrators -To collaborate your application with other users. You can invite other users through their email ID

Page 10: Google app engine setup

• END