I'm so lazy. Server management tasks for services that run directly on a Thin server.
Go to file
John Bintz 74d4a92bba rearrange 2012-06-22 23:32:41 -04:00
lib rearrange 2012-06-22 23:32:41 -04:00
skel better restarts 2012-06-06 14:15:02 -04:00
.gitignore initial commit 2012-06-01 17:27:29 -04:00
Gemfile initial commit 2012-06-01 17:27:29 -04:00
LICENSE initial commit 2012-06-01 17:27:29 -04:00
README.md initial commit 2012-06-01 17:27:29 -04:00
Rakefile initial commit 2012-06-01 17:27:29 -04:00
capistrano-thin.gemspec initial commit 2012-06-01 17:27:29 -04:00

README.md

Capistrano::Thin

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'capistrano-thin'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-thin

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request