Changes between Version 30 and Version 31 of ProdSimStartup
- Timestamp:
- 09/15/2022 01:40:18 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProdSimStartup
v30 v31 9 9 Reset the log files, if necessary. (See below). 10 10 11 (''New for 2022'') Add the student names to a file named `student_names.txt` in the config folder. Put one name per line. These names will appear in a dropdown box in the CAD Client login dialog. 11 (''New for 2022'') Add the student names to a file named `student_names.txt` in the config folder. Put one name per line. These names will appear in a dropdown box in the CAD Client login dialog. There is also a `student_names.txt `file for LCS on the Apache server in `/web/lcs/student_names.txt`. I think Neil's Activity Log has a third student names file, ask him for details.[[BR]] 12 12 13 13 Open File Explorer to `C:\TMC Simulator Sep 2019\bin` folder. … … 99 99 100 100 === Config Files === 101 ''This section under construction. ''102 103 101 Differences between config files on development and production systems. 104 102 105 `cad_s imulator_config.properties` and `cad_simulator_practice.properties`103 `cad_server.properties` and `cad_server_practice.properties` 106 104 107 105 dev: !ElapsedTimeFile and CADcommentsLog use forward slashes in the path 108 106 109 prod: uses two back slashes in the path. (This allows for cross-platform use.) 107 prod: uses two back slashes in the path. 108 109 The python server uses port 8080 on dev and 80 on production. 110 110 111 111 === Classroom Display Equipment ===
