Versions Compared

Key

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

...

Wrapper script: more ~/bin/loadDelta.csh and describe sequence

  • As with all wrapper scripts, find them in ~/bin
  • cd ~/bin/, more loadDelta.csh
  • Note the config properties to set (MAPPING_CODE, MAPPING_CONFIG, MAPPING_DATA)
  • Tomcat server shut down: explain this is necessary to prevent indexing issues
  • Delete current delta files
    • Note the version requirements here (e.g. 1.20-SNAPSHOT).  This must be changed every release cycle.
  • Get the current delta files and unzip them
    • Note the version requirements here (e.g. 1.20-SNAPSHOT).  This must be changed every release cycle.
  • Run the TerminologyRF2DeltaLoader mojo
  • Remove and regenerate SNOMEDCT tree positions
    • Note that these steps are very time-consuming, don't be surprised
  • Recompute workflow
    • Note the refset ids passed as argument
  • Restart the tomcat server.

...