https://github.com/andrewarrow/glossy_tooth
Turn Google App Engine into a CDN (content distribution network) for media (images, sounds, movies, etc.)
https://github.com/andrewarrow/glossy_tooth
Last synced: over 1 year ago
JSON representation
Turn Google App Engine into a CDN (content distribution network) for media (images, sounds, movies, etc.)
- Host: GitHub
- URL: https://github.com/andrewarrow/glossy_tooth
- Owner: andrewarrow
- Created: 2009-12-06T06:43:31.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-12-10T17:21:48.000Z (over 16 years ago)
- Last Synced: 2024-12-31T04:02:42.334Z (over 1 year ago)
- Language: Python
- Homepage: http://www.votay.com/2009/12/06/glossy-tooth-makes-google-app-engine-like-s3/
- Size: 69.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
glossy_tooth can turn Google App Engine into a CDN (content distribution network) for media (images, sounds, movies, etc.)
Step 1.
Clone this git repo.
Step 2.
Download and install Google App Engine SDK:
http://code.google.com/appengine/downloads.html
Step 3.
Create a google app engine account:
http://appengine.google.com/
and create an application. Name it something.
Step 4.
Change the application name in app.yaml to the name of your application.
Step 5.
Deploy your application with the command:
appcfg.py update .
(or use the GUI)
Step 6.
Open a browser to:
http://yourappname.appspot.com/
You should see "Welcome to glossy_tooth."
Step 7.
Goto:
http://yourappname.appspot.com/upload
Upload an image. Leave unique_id blank to have it auto generated for you.
Step 8.
Use the image with url:
http://yourappname.appspot.com/images/3a0110a1-e23b-11de-b88c-69d903d5c500
Replace "3a0110a1-e23b-11de-b88c-69d903d5c500" with your unique_id.