Versions Compared

Key

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

...

  • Log into prod-mapping-icd11.ihtsdotools.org
  • Become the root user:

    Code Block
    # this will require having sudo access, then enter your password
    sudo su


  • Become the "mapping-service" user

    Code Block
    su -s /bin/bash mapping-service


  • Go to the admin directory for running a release

    Code Block
    cd /opt/mapping-data/code/admin/release


  • Make a release

    Code Block
    time=20171201
    mvn install -PRelease -D$rc -Drefset.id=icd11RefsetId -Doutput.dir=. -Dtime=20171107$time -Dmodule.id=900000000000207008 -Dtest.mode.flag=true
    # the output will be a file like the following
    der2_iisssccRefset_ExtendedMapActiveSnapshot_INT_20171107.txt


...