0.01
No commit activity in last 3 years
No release in over 3 years
Runs Thin as a Windows Service - based on mongrel_service
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
>= 0
 Project Readme

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"