Skip to content

Template for Rails application server configuration managed with Chef Solo

Notifications You must be signed in to change notification settings

fs/rails3-base-chef

Repository files navigation

Prepare Rails server with Chef Solo

This application Chef Solo uses Flatstack's Rails Chef recipes. Check them out for default attributes.

Prepare local environment

  • 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

Prepare server

  • 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

Continue with Capistrano

Checkout deploy branch of Rails3-Base and deploy.rb

About

Template for Rails application server configuration managed with Chef Solo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published