No commit activity in last 3 years
No release in over 3 years
This is app which provides a generator to create unicorn and nginx config files and some task of capistrano
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.