-
Notifications
You must be signed in to change notification settings - Fork 26
Making a backup of installation
A backup can be made that excludes the release binaries:
Tar and gzip the External Cache directory.
tar cfz ec_dir_cat2022.tar.gz $EC_DIR
Tar and gzip the XDS Toolkit Tomcat base conf
directory, Tomcat base bin
directory, and (any customizations to) ConfTestsTabs.xml
tar cfz xds_config.tar.gz $XTK_BASE/conf $XTK_BASE/bin $XTK_BASE/webapps/xdstools/toolkitx/tool-tab-configs/ConfTestsTabs.xml
Tar and gzip the FHIR Toolkit Tomcat base conf
directory, Tomcat base bin
directory, and serviceProperties.json
tar cfz ftk_config.tar.gz $FTK_BASE/conf $FTK_BASE/bin $FTK_BASE/webapps/ROOT/serviceProperties.json
Tar and gzip Toolkits logs
tar cfz xds_logs.tar.gz $XTK_BASE/logs/catalina*
tar cfz ftk_logs.tar.gz $FTK_BASE/logs/catalina*
Toolkit
Downloads
Installing Toolkit
Configuring Toolkit for Imaging Tests
Reporting Toolkit Installation Problems
Environment
Test Session
Conformance Test Tool
Writing Conformance Tests
Overview of Imaging Tests
Test Context Definition
Launching Conformance Tool from Gazelle
Inspector
External Cache
Support Tools
Test Organization
Configuring Test Kits
Managing Multiple Test Kits
SAML Validation against Gazelle
Renaming Toolkit
Toolkit API
Managing system configurations
Configuring Toolkit for Connectathon
Developer's blog