Changes between Version 6 and Version 7 of UnifiedLogger
- Timestamp:
- 07/16/2019 10:31:30 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnifiedLogger
v6 v7 26 26 The only option is to specify the path to the folder in which the CADcomments.log input file exists, and the output CSV file is to be created. ''Perhaps this isn't necessary; I can't think of a situation where this would change.'' 27 27 28 Optionally, `application_properties.cfg` can be placed in `config` folder. For example, 29 30 {{{ 31 [Versions] 32 revision_number = 452 33 }}} 28 34 === Packaging === 29 35 The source code is in the `src/python/unifiedlogger` folder. The `package.sh` script found in that folder should be run to package the source files into a zip file and place it in the `deploy` folder. … … 64 70 65 71 === Deploying on Apache Server === 66 Copy `unifiedlogger.zip` and `unifiedlogmonitor.html` to `webapps` folder on `W:` drive.[[BR]] Copy `loggingservice.cfg` to `config` folder (at same level as `webapps` folder).[[BR]] Start the application: `python webapps/unifiedlogger.zip`72 Copy `unifiedlogger.zip` and `unifiedlogmonitor.html` to `webapps` folder on `W:` drive.[[BR]] Copy `loggingservice.cfg` and `application_properties.cfg` to `config` folder (at same level as `webapps` folder).[[BR]] Start the application: `python webapps/unifiedlogger.zip` 67 73 68 74 === Running as a background service ===
