I've developed an application for app engine that integrated with
Google apps.
How can I distribute the app to other Google apps users?
Right now to run the application they have to:
- have a google account with remaining GAE applications
- create a new application with a unique id and restrict the
authentication to their hosted domain
- install GAE dev-environment to be able to run deploy-scripts
- deploy the application to GAE using the deployment script after
adopting the created unique id and their credentials
- add the hosted domain
- accept the service in Google apps
- create the domain mapping

This is a fairly complex task and is not feasible for the average
Google apps end user.
It would be extremely cool if I could simple deploy a version of my
app to their hosted domain skipping the first 5 steps of the procedure
so that they just have to accept the service.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to