Giter Site home page Giter Site logo

capsize's Introduction

Capsize

Capsize provides Capistrano tasks to manage Amazon EC2.

This project is in no way endorsed, sponsored by, or associated with Amazon, Amazon.com, or Amazon Web Services.

Installation

  • gem install jnewland-capsize -s http://gems.github.com
  • Edit your your config/deploy.rb:

# #################################################################
# CAPSIZE EC2 GEM
# #################################################################

# Include the Capsize EC2 'cap' tasks
# WARNING : This must be placed in your deploy.rb file anywhere
# AFTER the line where you set your application name!  Looks like:
#   set :application, "foobar".
# The application name is used by Capsize and the order matters.
require 'capsize'

# Use this to overwrite the standard capsize config dir locations
#set :capsize_config_dir, 'config/capsize'
#set :capsize_secure_config_dir, 'config/capsize'

# Use these to overwrite the actual config file names stored in the config dirs.
#set :capsize_config_file_name, 'capsize.yml'
#set :capsize_secure_config_file_name, 'secure.yml'

  • Run cap ec2:setup
  • Read the task’s output for example usage.

Tasks

Run cap -e on any task to get more details

  • cap ec2:console:output
  • cap ec2:addresses:allocate
  • cap ec2:addresses:associate
  • cap ec2:addresses:disassociate
  • cap ec2:addresses:release
  • cap ec2:addresses:show
  • cap ec2:images:show
  • cap ec2:instances:reboot
  • cap ec2:instances:run
  • cap ec2:instances:show
  • cap ec2:instances:ssh
  • cap ec2:instances:terminate
  • cap ec2:keypairs:create
  • cap ec2:keypairs:delete
  • cap ec2:keypairs:show
  • cap ec2:security_groups:authorize_ingress
  • cap ec2:security_groups:create
  • cap ec2:security_groups:create_with_standard_ports
  • cap ec2:security_groups:delete
  • cap ec2:security_groups:revoke_ingress
  • cap ec2:security_groups:show
  • cap ec2:setup
  • cap ec2:setup:check

Notes:

  • All tasks optionally take environment variables in lieu of capistrano configuration variables.

Contributing

Source is on GitHub. You know what to do.

Authors

Copyright

© 2007-2008 Jesse Newland, Glenn Rempe

Distributes under the same terms as Ruby

capsize's People

Contributors

jnewland avatar bodhi avatar ches avatar bschwartz avatar jinzhu avatar jeweller-tsai avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.