8000 GitHub - upserve/aerosol at v0.5.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

upserve/aerosol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gem Version Build Status

Aerosol

Aerosol orchestrates instance-based-deploys. Start new EC2 instances running your app every release, using auto scaling groups to orchestrate the startup of the new version and the graceful shutdown of the old version.

Getting Started

Add it to your Gemfile:

gem 'aerosol'

And build an aerosol.rb

If you're not using Rails, add it to your Rakefile:

require 'aerosol'

Usage

Rake Tasks