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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 24 11:17:52 -0700 2008 | [daikini] |
| |
License.txt | Wed Mar 19 12:43:19 -0700 2008 | [daikini] |
| |
README.textile | Thu Mar 27 08:10:17 -0700 2008 | [daikini] |
| |
docs/ | Fri Mar 28 06:13:41 -0700 2008 | [daikini] |
| |
ec2/ | Tue Mar 25 09:34:49 -0700 2008 | [daikini] |
| |
factory/ | Fri Mar 28 13:32:56 -0700 2008 | [daikini] |
| |
sqs/ | Tue Mar 25 09:34:49 -0700 2008 | [daikini] |
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!
License:
chunky_bacon is licensed under the MIT License. Copyright (c) 2008 Jonathan Younger



