Address: http://www.allengao.com/blog/register-gae-google-app-engine-apply.html
1. Registration of Google App Engine (Gae) was limited when it was just released. But now, as long as you have mobile or Unicom mobile phone numbers, you can apply for a Google App Engine (Gae) account.
Registration address: http://appengine.google.com/enter email address, password, select country, fill in the verification code, click Next. Click "Create an application", and the "verify your account by SMS", country and carrier: Select "Other <not listed> ", remember to write the mobile number to the country.Code, Eg. + 86 13812345678. Wait for the verification code text message. After receiving the verification code, enter it for verification.
2. Deploy Google App Engine (Gae)
If you do not want to create a hello World, deploy micolog as an example. Create an application and fill in the Application ID, such as allengaogae. Is the final address (allengaogae.appspot.com), and then write the title. Currently, Google App Engine (Gae) cannot delete applications. That is to say, 10 applications under a free account use only one, but do you have 10 applications?
First, download python2.5 and Google App Engine SDK installation!
Download micolog nowProgram, Http://code.google.com/p/micolog/downloads/list download the latest version Oh
Decompress the package. Note that the file is app. ymal, the first two lines
Application: Your Application ID (like allengaogae)
Version: Version Number (number, it seems to support only integers, very useful! If you want to modify the topic, you do not need to back up the topic. You can directly modify the version number. You can set the default version number of the application in the Gae background)
Change Application to your application ID and double-click Update. BAT (or enter appcfg in the command line interface. in the directory where The py update blog program is located, you will be prompted to enter the email and then the password (the password is not displayed, and you can press enter after entering ), all programs are uploaded to the Google App Engine space. Now, enter the Application ID .appspot.com and try it. (You can also enter allengaogae.appspot.com to check Ag )!
3,Let us know the good news,Google App Engine also supports domain name binding!
Http://gae.allengao.com
Update: Gae can only bind the naked domain. The Naked domain is www.yourdomain.com, and the second-level domain is not
Register yourname. co. CC free Domain Name and earn money.
Select "add domain" in the backend versions and enter the domain name to be bound.
But the premise is to bind the domain name to use the Google Apps service, registered address http://www.google.com/a/cpanel/domain/new, is the enterprise post office stuff, you can try mail.allengao.com, hehe is not the same as Gmail, with the enterprise post office, I can have e-mail addresses of any length, such
Return to the Gae bound domain name, and modify the cname record of the domain name as prompted.
Link: http://www.allengao.com/blog/register-gae-google-app-engine-apply.html
End