Skip to content

doubledrones/capistrano-ext-rvm-unicorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capistrano recipes to support unicorn server installed on RVM.

Usage:

  # In your Gemfile add:
  group :development do
    gem 'capistrano-ext-rvm-unicorn'
  end

  # In your config/deploy.rb add:
  set :unicorn_config, "#{current_path}/config/unicorn.rb"
  set :unicorn_pid, "#{shared_path}/pids/unicorn.pid"
  require 'capistrano/ext/rvm-unicorn'

  # Most important: enjoy :)

About

Capistrano recipes to support unicorn server installed on RVM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages