|
Revision 256, 497 bytes
(checked in by jk, 1 year ago)
|
add win32 service support scripts by Herryanto Siatono
|
| Line | |
|---|
| 1 |
Credits |
|---|
| 2 |
======= |
|---|
| 3 |
|
|---|
| 4 |
The Win32 service support scripts have been written by |
|---|
| 5 |
Herryanto Siatono <herryanto@pluitsolutions.com>. |
|---|
| 6 |
|
|---|
| 7 |
See his accompanying blog posting at |
|---|
| 8 |
http://www.pluitsolutions.com/2007/07/30/acts-as-ferret-drbserver-win32-service/ |
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
Usage |
|---|
| 12 |
===== |
|---|
| 13 |
|
|---|
| 14 |
There are two scripts: |
|---|
| 15 |
|
|---|
| 16 |
script/ferret_service is used to install/remove/start/stop the win32 service. |
|---|
| 17 |
|
|---|
| 18 |
script/ferret_daemon is to be called by Win32 service to start/stop the |
|---|
| 19 |
DRbServer. |
|---|
| 20 |
|
|---|
| 21 |
Run 'ruby script/ferret_service -h' for more info. |
|---|
| 22 |
|
|---|
| 23 |
|
|---|