English | Site Directory

Deploying your Application on your Google Apps Domain

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 your Google Apps domain.

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, enter the subdomain to which you want to deploy the application, and click 'Activate this Service':


After completing these steps, when you deploy your application it will be published on your Google Apps domain.