Chef repo with rvm, ruby 2.0, rails 4, postgres, nodejs, and redis
Prepare environment:
brew install ssh-copy-id
ssh-copy-id -i [~/.ssh/id_rsa.pub] [user@]host
bundle install
berks install
knife solo prepare [user@]host
Install rvm, nodejs, ruby 2.0, rails 4, postgres, and redis
- Copy the content of template.jso_n
- Go to chef-rails/nodes/[host].json and paste the content of the template.jso_n file
- Run
knife solo cook [user@]host