English

Google App Engine

Deploying your Application on your Google Apps URL

Introduction

With Google App Engine, you can use Google Apps to:

  1. restrict your application to members of your domain
  2. deploy your application to any domain you own

In a previous article we cover how to set up authentication for your domain. Authentication must be set at application creation time. Below, we outline the steps required to deploy your application to a Google Apps URL.

Deploying your application to a domain of your choice

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.

To deploy your application to your Google Apps domain, click the 'Versions' link on the left hand navigation menu of your application's dashboard. Click the 'Add Domain...' button in the light blue box at the bottom of the screen:


On the next screen, enter the domain on which you wish to deploy your app and click 'Add Domain...':


Then, read and accept the terms of service and click 'Activate this Service':


After activation, on the service's settings page, you may add a subdomain at which you'd like to access this service.

After completing these steps, your application will be published on your Google Apps domain.