Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

droidlabs/droid-chef

Repository files navigation

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

About

Chef recipes for Rails applications

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •