Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding a subdomain to my google app engine project?

I created a google app engine project. I just successfully mapped it to a new domain. The name of my project is "grape". So by default, it is published at http://www.grape.appspot.com. I mapped it to http://www.grape.com, which is terrific.

Now I'd like to create a new app engine project, and have it mapped to:

http://api.grape.com

how do I go about doing this? I think it is possible, I'm just not sure where I would do this mapping? Since I own grape.com, I am hoping I can map a new project to t.

The basic idea was to have one project which is responsible for the UI stuff, then a second project responsible just for a public api, which would be great.

like image 322
user246114 Avatar asked Apr 19 '10 01:04

user246114


1 Answers

The instruction in the docs apply to mapping an app to http://api.grape.com just as well as to mapping it to http://api.grape.com -- just don't skip point 5 in the instructions, since it says

If you want to serve your app on the www subdomain, skip the rest of this step and continue with step 6 in this list.

so I imagine you skipped that for your first part. You just need to type api in the Web Address field as shown in step 5!

like image 82
Alex Martelli Avatar answered Sep 21 '22 18:09

Alex Martelli