Changes between Version 5 and Version 6 of PlugIns/HTML/htmlmonitor
- Timestamp:
- 12/04/14 10:18:05 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlugIns/HTML/htmlmonitor
v5 v6 28 28 == Starting and Stopping the Monitor == 29 29 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.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. 31 31 32 32 When 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.