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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request