-
Notifications
You must be signed in to change notification settings - Fork 1
Capistrano recipes to support unicorn server installed on RVM.
License
doubledrones/capistrano-ext-rvm-unicorn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published