Sha256: eeada1f96211e5e878a63795187fe6183e6c49752bbf100765ac5031c74d6038

Contents?: true

Size: 498 Bytes

Versions: 9

Compression:

Stored size: 498 Bytes

Contents

= UnicornDeployer

Installation:

gem 'unicorn_deployer'


rails g deployer application_name remote_user_name


There will come a conflict which you should accept with 'y'


Gem above will install capistrano and generator creates nginx site configuration and also generates unicorn configuration and also start up script for unicorn app server and capistrano deploy.rb files contains tasks for setting servers up which are called when you calls `cap deploy:setup` 


This project uses MIT-LICENSE.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
unicorn_deployer-0.0.1.9 README.rdoc
unicorn_deployer-0.0.1.8 README.rdoc
unicorn_deployer-0.0.1.7 README.rdoc
unicorn_deployer-0.0.1.6 README.rdoc
unicorn_deployer-0.0.1.5 README.rdoc
unicorn_deployer-0.0.1.4 README.rdoc
unicorn_deployer-0.0.1.3 README.rdoc
unicorn_deployer-0.0.1.2 README.rdoc
unicorn_deployer-0.0.1.1 README.rdoc