This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
chunky_bacon / README.textile
Chunky Bacon – Using Amazon’s Webservices From Ruby
Description:
ChunkyBacon is a suite of applications that use Amazon’s Webservice APIs to produce bacon. Chunky bacon
to be exact. Cartoon foxes then package up this chunky bacon.
Requirements:
- Merb 0.9+
- merb_sequel
- right_aws
- kato
- god
Installation:
$ git clone http://github.com/daikini/chunky_bacon.git
Getting Started:
Configure Database
- Edit the chunky_bacon/factory/config/database.yml file
- Edit the chunky_bacon/ec2/config/database.yml file (need not be the same as the factory config)
Start Up the Processes
$ cd chunky_bacon/factory && merb$ cd chunky_bacon/ec2 && merb -p 4001$ cd chunky_bacon/factory && merb -r 'CartoonFox.get_packaged_bacon!'$ cd chunky_bacon/factory && merb -r 'CartoonFox.supervise!'
Producing Chunky Bacon:
- Open browser to http://localhost:4000/
- Startup an interactive merb session
$ cd chunky_bacon/factory && merb -i
>> Slice.package!
>> loop { Slice.package!; sleep 1.5 }
Have fun creating as much bacon as you want!







