Appboost

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'appboost'

Usage

rails g appboost:install myappdomain.com -a ca -e dev rails g appboost:chef_solo yourEC2public.amazonaws.com -d mysql

note: fresh ubuntu instancies here: http://cloud-images.ubuntu.com/locator/ec2/ cd chef librarian-chef inst knife solo init . knife solo bootstrap [email protected]

cd .. blazing init

add target

target :dev, '[email protected]:/home/app/app_name-dev', :rails_env => 'dev'

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request