Changes between Version 5 and Version 6 of PlugIns/HTML/htmlmonitor


Ignore:
Timestamp:
12/04/14 10:18:05 (9 years ago)
Author:
pharms
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlugIns/HTML/htmlmonitor

    v5 v6  
    2828== Starting and Stopping the Monitor == 
    2929 
    30 To start the monitor, change into the installation directory and type ./run.sh. The monitor will run in the background. To check, if the monitor is running, type ./isRunning.sh. To stop the monitor, you can type ./stop.sh. 
     30To start the monitor, change into the installation directory and type {{{./run.sh}}}. The monitor will run in the background. To check, if the monitor is running, type ./isRunning.sh. To stop the monitor, you can type ./stop.sh. 
    3131 
    3232When started, the monitor listens on 8090 per default. To check, if the monitor is listening on the port, you can type wget localhost:8090/script/autoquest-htmlmonitor.js. As a result, the monitor should respond with the JavaScript for recording user actions.