Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width45%

This page gives information on the set up of a training. Other pages describe the technicalities of script configuration and how to generate a script to reach your learning objectives.

Set-up environment

To set-up a traning environment for the FEWS application ConfigCourse_WC, you have to take the following steps:

  • Create a FEWS_WaterCoach folder
    • Add a stand alone copy of the operational ConfigCourse_WC system (a few changes are necessary)
    • Add a FEWS bin folder (this can be a copy of the operational FEWS version, but also a newer version with new functionality you want to train)
      • Add the ConfigCourse_WC.exe and ConfigCourse_WC.jpif file to start the ConfigCourse_WC system (copy these files from the bin folder of the operational system and modify the region dir in the .jpif file (see below))
    • Add a jre folder (copy of the jre folder in the operational FEWS system)
  • Create a WaterCoach folder
    • Add the application_config.xml file
    • Add an ConfigCourse_WC.exe and ConfigCourse_WC.jpif file to start the WaterCoach
    • Create the folder ScenarioScriptDatabase
      • Add a folder ConfigCourse_WC for the system
      • Add a folder Demo for the (first) scenario
        • Add a folder Demo_script for the (first) script for this specific scenario
        • Add the localDataStore for this scenario (copy of the localDataStore folder from the operational system)

Anchor
jpif
jpif

jpif file

The .jpif file for the Water Coach has the following content:

..\FEWS_WaterCoach\jre
-jar
WaterCoach.jar
ConfigCourse_WC.xml

Optionally, you can pre-fill the form with which you select the scenario and such. In that case, add all of the following lines:
Name (i.e. Name of the participant)
Demo (i.e. Name of the scenario to be selected)
Demo_script (i.e. Name of the script to be selected)
1 (i.e. speed up factor)
1 (i.e. experience level)

Column

...