WORK IN PROGRESS!!!
Chef cookbook for bootstrapping multi-app rails stack.
- Setup hostname and fqdn for a server
# /etc/hosts
1.2.3.4 hostname hostname.domain.name- Clone it somewhere:
git clone git@github.com:jumski/opinionated_stack.git /tmp/stack- Install it
cd /tmp/stack
./install.shWhen asked for mdadm arrays, leave "all". When asked for chef-server url, type "none".
- Hopefully it will be all good now :-)
TODO!