Cosmopolite Tutorial
AppEngine prerequisites
- Download and install the Python AppEngine SDK
Server-side setup
- Create an application in your SDK client
- Download cosmopolite via the links at left. Unpack it into a "cosmopolite" subdirectory of your local application
- Create an app.yaml file for your application.
- Add a cosmopolite include to your app.yaml file:
includes:
- cosmopolite
- Start the application in your SDK client
Test cosmopolite
- Access your local cosmopolite debug page (replace port if necessary): http://localhost:8080/cosmopolite/static/debug.html