Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jcayzac/cdn-gae

Source and deployment scripts for uploading to GAE
https://github.com/jcayzac/cdn-gae

Last synced: 16 days ago
JSON representation

Source and deployment scripts for uploading to GAE

Awesome Lists containing this project

README

        

A simple appengine app I use to serve static content.
You can use it as a skeleton to serve your files.

Steps to get it up and running:

1/ python2.5 bootstrap -d
2/ bin/buildout
3/ Modify app/app.yaml with the name of your appengine application
4/ Fill app/src with whatever you want to serve.
5/ bin/verify
6/ bin/minify
7/ bin/appcfg update app

Note that the buildout script doesn't overwrite the app directory nor
the app.yaml if they already exist, so you can for instance clone
another repository under 'app'.