Getting started

Running GAE-Studio on AppEngine

  1. Download the latest war of GAE Studio from maven central
  2. Extract the content of the war to your preferred location.
  3. Download the latest version of Google Appengine SDK for Java.
  4. Extract the content of the zip to your preferred location.
  5. Using the command line, execute:
    /appengine-java-sdk-x.y.z/bin/appcfg.sh -A __application_id__ -M gaestudio update /path/to/unpacked/gae_studio
  6. Replace __application_id__ by your application ID. You may be asked to enter your email and password.
  7. GAE Studio will be available at http://gaestudio.__application_id__.appspot.com

Running GAE-Studio locally (Java runtime)

Running in development mode implies converting your application to a module. Then, you need to create an EAR application containing your app and GAE-Studio. The official App Engine documentation explains how to create the EAR application.

GAE-Studio is already declared as a module called 'gaestudio'.

You can run this EAR using the Java Appengine Tools (Google Appengine SDK for Java): /appengine-java-sdk-x.y.z/bin/dev_appserver.sh /path/to/my/ear.

The development server will start your app and GAE-Studio on two different ports. They will be displayed in the console output. ie: INFO: Module instance gaestudio is running at http://localhost:8081/

Running GAE-Studio locally (Python runtime)

Running GAE-Studio locally (Go runtime)

Running GAE-Studio locally (PHP runtime)