appengine 和 no-ip.org

发布于 2024-08-05 11:27:03 字数 121 浏览 2 评论 0原文

我想在子域上运行 appengine 应用程序 像something.no-ip.org 而不是something.appspot.com 这可行吗?如果是这样,你能帮我理解一下吗? :)

非常感谢您的帮助!

I'd like to run an appengine app on a subdomain
like something.no-ip.org instead of something.appspot.com
is this doable? If so, can you please help me understand? :)

Thank you so much for your help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

雅心素梦 2024-08-12 11:27:03

我相信http://support.google.com/a /bin/answer.py?hl=en&answer=47945 将回答这个问题!是的,您可以使用 no-ip。仍在研究这一点,但它是通过使用 CNAME 来实现的。我正在寻找一种方法来使用我的 no-ip 子域作为我的电子邮件(例如 [电子邮件受保护])。

I believe http://support.google.com/a/bin/answer.py?hl=en&answer=47945 will answer this question! Yes, you can use no-ip. Still researching this, but it is by using CNAME. I'm looking for a way to use my no-ip subdomain as my email (ex. [email protected]).

来日方长 2024-08-12 11:27:03

你应该可以做到这一点,我自己没有尝试过。

您需要遵循的步骤是:

  1. 使用 no-ip.org 注册 something.no-ip.org
  2. 使用 google apps 标准注册 something.no-ip.org
  3. 创建您的 www.something.no-ip.org cname
  4. 在 google 中 应用程序域管理器,为 www.something.no-ip.org 启用 google 应用程序引擎,并将应用程序映射到 www cname。

此链接有助于创建 cname 并使用 google apps 标准注册 some.no-ip.org:http://www.google.com/support/a/bin/answer.py?hl=zh-CN&answer=47945

You should be able to do this, I haven't tried myself.

The steps you would follow are:

  1. register something.no-ip.org with no-ip.org
  2. sign up for something.no-ip.org with google apps standard
  3. create your www.something.no-ip.org cname
  4. in the google apps domain manager, enable google app engine for www.something.no-ip.org and map an app to the www cname.

This link is helpful for creating cnames and registering something.no-ip.org with google apps standard: http://www.google.com/support/a/bin/answer.py?hl=en&answer=47945

╄→承喏 2024-08-12 11:27:03

你不能这样做,因为你不拥有 no-ip.org。为了将域与 App Engine 结合使用,您必须在该域上设置 Google Apps,并且为此,您必须拥有该域。

正如评论中提到的,购买自己的域名是最好的选择。

You can't do this, because you don't own no-ip.org. In order to use a domain with App Engine, you have to set up Google Apps on the domain, and in order to do that, you must own the domain.

As mentioned in the comments, buying your own domain is your best option.

预谋 2024-08-12 11:27:03

您绝对可以在自己的域上运行 App Engine 应用程序。您需要事先为您的域安装 Google Apps:

http://www.google.com/a/cpanel/domain/new

安装完成后,步骤如下:

  1. 创建 App Engine 应用程序并上传。您将在 appid.appspot.com 上获得默认站点。
  2. 通过 http://appengine.google.com/ 登录您的 AppEngine 帐户,
  3. 选择要访问的应用程序管理控制台。
  4. 单击左栏中的“版本”链接
  5. 单击“添加域”按钮
  6. 输入您的域名(您拥有的),然后单击“添加域...”

这会将您带到您的 Google Apps for Domains 帐户管理器,您可以在其中添加您的 AppEngine应用程序到您的帐户,并将其与您选择的子域相关联(例如 www.your-domain.com)。

请注意,您还需要更新 DNS 设置以将新域指向 Google。例如,如果您希望 www.your-domain.com 指向您的 App Engine 应用程序,则需要在域名注册商处添加 CNAME 记录以指向“ghs.google.com”。

请注意,App Engine 不支持将您的应用程序托管在“裸域”,例如直接托管在“your-domain.com”。但是,如果您使用 GoDaddy(以及大多数其他注册商),您可以将所有请求重定向到“your-domain.com”,以转到“www.your-domain.com”上的等效 URL。

You absolutely can run App Engine apps on your own domain. You need to have previously installed Google Apps for your domain:

http://www.google.com/a/cpanel/domain/new

After you do that, here are the steps:

  1. Create your App Engine app and upload it. You will get a default site on appid.appspot.com.
  2. Log in to your AppEngine account at http://appengine.google.com/
  3. Select your application to go to the management console.
  4. Click on "Versions" link in the left column
  5. Click the Add Domain button
  6. Type your domain name (that you own) and click Add Domain...

This will take you to your Google Apps for Domains account manager, where you can add your AppEngine app to your account, and associate it with the sub-domain of your choosing (like www.your-domain.com).

Note that you'll also need to update your DNS settings to point your new domain to Google. For example, if you want www.your-domain.com to point to your App Engine application, you'll need to add a CNAME record at your domain registrar to point to 'ghs.google.com'.

Note that App Engine DOES NOT support hosting your app at a 'naked domain', e.g., directly at 'your-domain.com'. But, if you use GoDaddy (and most other registrars), you can redirect all requests to 'your-domain.com' to go to the equivalent URL on 'www.your-domain.com'.

夜未央樱花落 2024-08-12 11:27:03

不,你不能。 http://code.google.com/appengine/articles/domains.html 明确指出“首先,您需要注册 Google Apps。如果您还没有自己的域,则可以使用 Google Apps 进行注册。” -- Something.no-ip.org 是 no-ip.org 的子域,而不是域。

No, you can't. http://code.google.com/appengine/articles/domains.html clearly states that "To begin, you'll need to sign up for Google Apps. If you don't already own your domain, you can use Google Apps to register it." -- something.no-ip.org is a subdomain of no-ip.org, not a domain.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文