1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/projects/mongrel_service
zedshaw 8c3ab553ba Small fix for prefix to work.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@327 19e92222-5c0b-0410-8929-a290d50e31e9
2006-08-14 22:16:55 +00:00
..
bin Small fix for prefix to work. 2006-08-14 22:16:55 +00:00
lib/mongrel_service Initial mongrel service changes to support --prefix 2006-08-14 06:00:47 +00:00
resources First attempt of service:: commands as gem_plugin. It will log inot log/service.log for each service instead of one place globally. Currently stopping the service is broken. 2006-05-13 23:51:55 +00:00
tools Added modifications to mongrel_service GemPlugin. Currently fails to stop the service (under investigation). 2006-05-24 19:48:42 +00:00
COPYING First attempt of service:: commands as gem_plugin. It will log inot log/service.log for each service instead of one place globally. Currently stopping the service is broken. 2006-05-13 23:51:55 +00:00
LICENSE First attempt of service:: commands as gem_plugin. It will log inot log/service.log for each service instead of one place globally. Currently stopping the service is broken. 2006-05-13 23:51:55 +00:00
Rakefile Moved win32-service dependency from mongrel to mongrel_service to reduce unused gem for few users. 2006-07-01 06:24:03 +00:00
README First attempt of service:: commands as gem_plugin. It will log inot log/service.log for each service instead of one place globally. Currently stopping the service is broken. 2006-05-13 23:51:55 +00:00

== Mongrel Native Win32 Service Plugin

This plugin offer native win32 services for rails. This replace mongrel_rails_service.
It will work like before, with this this syntax when calling mongrel_rails:

service::install
service::remove
service::start
service::stop
service::status

= Author:
  Luis Lavena