--- capazon version 1 Fri May 11 11:35:44 +0000 2007 +++ capazon version 2 Fri May 11 11:37:35 +0000 2007 @@ -1,26 +1,29 @@ +Capistrano tasks to manage Amazon EC2 Images. Requires Capistrano 2.x +http://capazon.rubyforge.org/, http://www.capify.org/ + gem install capazon Edit your your config/deploy.rb: require 'capazon' #AWS login info set :aws_access_key_id, 'XXX' set :aws_secret_access_key, 'X' # Name of the keypair used to spawn and connect to the Amazon EC2 Instance # Defaults to one created by the setup_keypair task set :aws_keypair_name, "#{application}-capazon" # Path to the private key for the Amazon EC2 Instance mentioned above # Detaults to one created by setup_keypair task set :aws_private_key_path, "#{Dir.pwd}/#{aws_keypair_name}-key" #defaults to an ubuntu image #set :aws_ami_id, "ami-e4b6538d" #defaults to, um, default #set :aws_security_group, "default"
cheat sheets.
$ cheat capazon( add new | see all )
- updated sheets

- shoulda
- capistrano
- rpm
- string
- sqld4r
- cheat_el
- cheat
- magit
- to_i
- bm
- rails_date_formats
- sequel
- dexagogo_form_validation
- git
- git_remote_branch
Advertisement