Skip to content

Files

Latest commit

 

History

History

gae

Cloudinary Google App Engine sample project

A simple GAE application that performs image upload and generates on the transformations of the uploaded image.

Installing and running

  1. Install Python
  2. Install pip
  3. Install gaenv
  4. Install the Google App Engine SDK
  5. Get a cloudinary account
  6. Copy the CLOUDINARY_URL environment variable from the Management Console into cloudinary.yaml (see cloudinary.yaml.sample)
  7. Run pip install -r requirements.txt
  8. Run gaenv
  9. Launch your application in development mode with GoogleAppEngineLauncher

Good luck!