diff --git a/tutorial.html b/tutorial.html new file mode 100644 index 0000000..e55764b --- /dev/null +++ b/tutorial.html @@ -0,0 +1,68 @@ + + + + + + Cosmopolite by flamingcowtv + + + + + + + +
+
+

Cosmopolite

+

Client/server publish/subscribe and key/value storage for AppEngine

+ + + +
+
+

+Cosmopolite Tutorial

+ +

AppEngine prerequisites

+ +
    +
  1. Download and install the Python AppEngine SDK
  2. +
+ +

Server-side setup

+ +
    +
  1. Create an application in your SDK client
  2. +
  3. Download cosmopolite via the links at left. Unpack it into a "cosmopolite" subdirectory of your local application
  4. +
  5. Create an app.yaml file for your application.
  6. +
  7. Add a cosmopolite include to your app.yaml file: +
    includes:
    +- cosmopolite
  8. +
  9. Start the application in your SDK client
  10. +
+ +

Test cosmopolite

+ +
    +
  1. Access your local cosmopolite debug page (replace port if necessary): http://localhost:8080/cosmopolite/static/debug.html
  2. +
+ + +
+
+ + +