Sha256: d06a9e8469e5e14a1f85f61d7469bc4e3c9b82e96a0a429f10e81afa15978b4b
Contents?: true
Size: 632 Bytes
Versions: 1
Compression:
Stored size: 632 Bytes
Contents
# ThinService Run Thin or any rake task as a Windows Service - based on mongrel_service by Luis Lavena ## Installation Add this line to your application's Gemfile: gem 'thin_service' And then execute: $ bundle Or install it yourself as: $ gem install thin_service ## Usage Use the following commands to get more help: thin_service install --help thin_service remove --help To install a rake task, such as a background processor, as a service: thin_service installdaemon -N service_name -t"rake my_background_task RAILS_ENV=production" -c"full path to my rails app"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thin_service-0.0.7 | README.md |