There already is something like this for apps customers called the "Apps
Marketplace":

https://www.google.com/enterprise/marketplace/?pli=1

<https://www.google.com/enterprise/marketplace/?pli=1>As far as a deploy API
goes: the answer is "maybe". Even for developers that don't sell apps, there
are a lot of use cases where people want deployments integration with their
continuous integration environments.

Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine



On Wed, Jul 6, 2011 at 10:33 PM, nik cubrilovic <[email protected]> wrote:

> Is there any plan to provide a deployment API? Let me give you an idea of
> the scenario. I build an application, for example a CMS for small to medium
> businesses. Instead of hosting a single large instance that is multi-homed
> for each customer, I deploy the application by setting up an appengine
> account for each customer, or they provide the credentials, and I then
> deploy the application along with their configuration to their appengine
> instance (or apps for domain).
>
> At the moment, I could mimick this by proxying the auth and forms and then
> wrapping appcfg.py, or digging into the python SDK and finding the modules
> and methods that appcfg.py uses for deployment.
>
> Ideally, there would be a deployment API, and even better, an appengine
> 'app store' where apps customers or appengine customers can shop for apps
> and click to deploy to their own appengine instances.
>
> I think this would be a big hit - especially with open source software. A
> one-click install could give a Google account user their own hosted blog, or
> todo list, or mini-CRM, or whatever.
>
> What is the best way to achieve this atm? I think it would be interesting
> if a user lands on my site, decides that they would like to try out the
> application, and within an oauth request and a click (where they specify the
> appid they wish to use) my server can deploy the application for them.
>
> Apologies if this is already out there somewhere in some form, I searched
> but couldn't find any mention of anything specific like this
>
> Cheers,
> Nik
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/HB5ryYbpFnAJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to