This application Chef Solo uses Flatstack's Rails Chef recipes. Check them out for default attributes.
- Preferred way to use is to clone this repo and customise for your project
git clone git://github.com/fs/rails3-base-chef.git --origin upstream APPLICATION-NAME-chef
- Bootstrap local environment with
script/bootstrap
- Setup key based authentication to the target host for example with
ssh-copy-id
- Prepare target server with
script/prepare root@HOSTNAME
- Customize
nodes/hostname.json
- Apply configuration to target host with
script/cook user@HOSTNAME
Checkout deploy branch of Rails3-Base and deploy.rb