我应该如何在Google App Engine上提供托管服务

时间:2022-09-20 10:42:51

If i want to rent space on my service which I in turn host on Google App Service, is there some Terms of Service i need to know about?

如果我想在我的服务上租用空间,我又在Google App Service上托管,是否需要了解一些服务条款?

Also, if I want to provide a service that should be customized for a company, say a Wiki that the company can tailor like their own with skins and even domains. Can that be done? Will I have to provide the binaries to be installed at my customer's Google App accounts? E.g. my wiki application would run at wiki.company.com

此外,如果我想提供一个应该为公司定制的服务,比如一个Wiki,该公司可以像皮肤甚至是域名一样定制。可以这样做吗?我是否必须提供要在客户的Google App帐户中安装的二进制文件?例如。我的wiki应用程序将在wiki.company.com上运行

1 个解决方案

#1


I don't believe there is anything in the TOS that prevents you from selling your software as a service on GAE.

我不相信服务条款中有任何内容阻止您将您的软件作为服务出售给GAE。

The domain issue is a bit trickier at the moment, however, as there are relatively limited tools for attaching large numbers of domain names to a single app instance. Your best bet at the moment would likely be to purchase Google for domains accounts for each customer and host them on these separate accounts.

但是,域名问题目前有点棘手,因为将大量域名附加到单个应用程序实例的工具相对有限。目前您最好的选择可能是为每个客户购买Google域名帐户,并将其托管在这些单独的帐户中。

(cf Issue 113)

(参见第113期)

#1


I don't believe there is anything in the TOS that prevents you from selling your software as a service on GAE.

我不相信服务条款中有任何内容阻止您将您的软件作为服务出售给GAE。

The domain issue is a bit trickier at the moment, however, as there are relatively limited tools for attaching large numbers of domain names to a single app instance. Your best bet at the moment would likely be to purchase Google for domains accounts for each customer and host them on these separate accounts.

但是,域名问题目前有点棘手,因为将大量域名附加到单个应用程序实例的工具相对有限。目前您最好的选择可能是为每个客户购买Google域名帐户,并将其托管在这些单独的帐户中。

(cf Issue 113)

(参见第113期)