Service which provides machines using a leasing mechanism where a client can request a machine with certain characteristics for a desired duration.
- Visit https://console.cloud.google.com and create a project. Replace
<appid>
below with your project id. - Visit Google Cloud Console,
- IAM & Admin, click
Add Member
and add someone else so you can safely be hit by a bus. - IAM & Admin, change the role for
App Engine default service account
fromEditor
toOwner
. - Pub/Sub, click
Enable API
.
- IAM & Admin, click
- Upload the code with:
./tools/gae upl -x -A <appid>
- Visit https://<appid>.appspot.com/auth/bootstrap and click
Proceed
. - If you plan to use a config service,
- Make sure it is setup already.
- Follow instruction here.
- If you plan to use an auth_service,
- Make sure it is setup already.
- Follow instructions here.
- Visit "https://<appid>.appspot.com/auth/groups":
- Create access groups as relevant.