Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jcayzac/cdn-gae
- Owner: jcayzac
- Created: 2011-09-27T06:59:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-09T07:35:23.000Z (almost 13 years ago)
- Last Synced: 2024-10-08T23:41:42.371Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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 appNote 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'.