Setting Up App Engine for YouTube DirectYouTube Direct is designed to run on Google App Engine - Google's highly scalable hosting platform. App Engine comes with a set of free resource quotas that will allow your application to serve ~ 5M pageviews per month. If your application need more quotas, you can simply add a credit card, set a maximum budget and App Engine will automatically scale up your application to serve the traffic as needed. You will only be charged for the extra quotas that you used. You can read more about App Engine billing here. You need to set up your Google App Engine account before using YouTube Direct. Please follow the steps below. Steps- Sign up for an App Engine account at http://appengine.google.com
- Create a new app for your instance of YouTube Direct by entering a new app_id. The app_id cannot be changed once it's set up, but you can set it up to be accessable through your domain name. App Engine uses Google Apps to manage domains. Please view this short screencast that explains the simple set up process.
- Familiarize yourself with the App Engine Admin Console. The Google App Engine Administration Console gives you complete access to the public version of your application. Access the Console by visiting https://appengine.google.com/
- Sign in with your Google account, or create one with an email address and password. If you are using App Engine with your Google Apps account, you can sign in to App Engine for your domain using a URL similar to the following, where your-domain.com is your Google Apps domain: https://appengine.google.com/a/your-domain.com
You can use the Administration Console to: - create a new application, and set up a free appspot.com sub-domain, or a top-level domain name of your choosing
- invite other people to be developers for your application, so they can access the Console, YouTube Direct admin panel, and upload new versions of the code
- view access data and error logs, and analyze traffic
- browse your application's datastore and manage indexes
- view the status of your application's scheduled tasks
- test new versions of your application, and switch the version that your users see
Add additional Google Account addresses to be administrators of your App Engine instance. You should invite all users who will need to create assignments and moderate submissions, as well as any email addresses that you would like to use as the From: address for mails that App Engine sends.
|