/droid-chef

Chef recipes for Rails applications

Primary LanguageRuby

Roadmap & Changelog

Chef recipes bundle for Ruby applications

GETTING STARTED

Setup ssh

  • $ brew install ssh-copy-id
  • $ ssh-copy-id root@yourserver.com

bundle and update cookbooks

  • $ bundle install
  • $ berks install

Prepare server first time

  • $ cp nodes/example.com.json nodes/yourserver.com.json
  • edit roles/full-stack.json and enable only required recipes.

  • $ knife solo prepare root@yourserver.com

Cook

  • $ knife solo cook root@yourserver.com

Notes

  • this chef recipes build for using on Ubuntu 12.04/14.04 LTS

TEST WITH VAGRANT

Correct path to identity file might be picked from vagrant ssh-config output