Changes

Jump to: navigation, search

SHOC

No change in size, 14:14, 13 March 2014
/* Detailed steps */
<ol>
<li value='12'><b>Stop the service</b> [Note - you MUST be administrator to do ALL the steps expect test the GUI,. All steps can be done from the SAME cygwin terminal window]</li>
* Open a cygwin terminal session
* Type
/cygdrive/c/cygwin/bin/cygrunsrv.exe -E filterweb [This stops the service]
<li value='23'><b>Remove the [existing] filterweb service</b></li>
* In the same cygwin terminal from above, type the following:
/cygdrive/c/cygwin/bin/cygrunsrv.exe -R filterweb
<li value='34'><b>Re-install the [new] filterweb service</b> [remember to change the COM port]</li>
/cygdrive/c/cygwin/bin/cygrunsrv.exe -I filterweb
This will install a service called '''filterweb'''. Please check the COM port and replace COM8 above with whatever COM port the USB-2-Serial adapter is showing under the Device Manager (type <code>devmgmt.msc</code>) in Windows.
<li value='45'><b>Start the filterweb service</b></li>
/cygdrive/c/cygwin/bin/cygrunsrv.exe -S filterweb
You can look under services on Windows to check that filterweb has started again. Start -> Run then type <code>services.msc</code>
<li value='56'><b>Test the GUI</b></li>
On any machine (could even be your laptop), open a browser and type:
<nowiki>http://shocnWhatever.suth.saao.ac.za:5000</nowiki>
163
edits