public
Description: Poor mans CDN
Homepage: http://jaikoo.com/2008/5/9/poor-mans-cdn
Clone URL: git://github.com/jaikoo/pmcdn.git
pmcdn /
name age message
file README Fri May 09 15:36:47 -0700 2008 updated README [jaikoo]
file Rakefile Fri May 09 14:45:52 -0700 2008 first commit [jaikoo]
directory app/ Fri May 09 15:36:47 -0700 2008 updated README [jaikoo]
directory autotest/ Fri May 09 14:45:52 -0700 2008 first commit [jaikoo]
directory config/ Fri May 09 14:45:52 -0700 2008 first commit [jaikoo]
directory log/ Fri May 09 14:45:52 -0700 2008 first commit [jaikoo]
directory public/ Fri May 09 14:45:52 -0700 2008 first commit [jaikoo]
directory spec/ Fri May 09 14:45:52 -0700 2008 first commit [jaikoo]
README
Poor Mans CDN
=============

This is a demonstration app that is supposed to be used with the article found on my blog
http://jaikoo.com/articles/show/181 

It's designed with the following goals:
i) Demonstrate clearly how to stream a file form S3 with Merb
ii) No database access. This helps when you're running in a cloud computing environment.
iii) Show how frikkin cool Merb routing is.

Before you put this in production please be aware that you'll probably want some sort of security
in the assets controller. You'll also want to make the bucket name configurable.

Modify the s3_conf.yml file and change BUCKET_NAME in the assets controller.

Any questions send them to jonathan at jaikoo dot com

Cheers

Jonathan Conway