leerssej / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

Starting as a service #209

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As a user of Google Refine, I want to be start Google Refine at bootas a 
long-running background service on Windows Server, so that I can connect to it 
without using resources on my local machine, but I find no documentation on how 
to do it, or even whether it is possible.

> sc create GoogleRefine start= delayed-auto binPath= "C:\Program Files 
(x86)\Google Refine\refine.bat" DisplayName= "Google Refine"

> sc start GoogleRefine
[SC] StartService FAILED 1053:
The service did not respond to the start or control request in a timely fashion.

Original issue reported on code.google.com by graham.poulter on 15 Nov 2010 at 7:30

GoogleCodeExporter commented 8 years ago
The Google Refine server currently has no authentication or other security, so 
running it a different machine than your local one isn't really advisable.

Having said that, I'll leave this open as a feature request for the day when it 
is possible to run remotely.

Original comment by tfmorris on 16 Nov 2010 at 5:50