Versions Compared

Key

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

...

Instructions for Updating the SHRINE Web Client from 1.17.1 to 1.18.0

 

  1. Back up the 1.17.1 version of the web client by renaming its directory to shrine-webclient-1.17.1

  2. Inside of the directory shrine-webclient1.17.1/ there is a file called i2b2_config_data.js.  Make a copy of this file and place it somewhere readily accessible like your desktop.  We are going to drop this file into the equivalent location of the 1.18 version of the webclient in a future step.



  3. Inside of the directory shrine-webclient1.17.1/js-i2b2/cells/SHRINE/  there is a file called cell_config_data.js.  Make a copy of this file and place it somewhere readily accessible like your desktop.  We are going drop this file into the equivalent location of the 1.18 version of the webclient in a future step.

  4. Now use svn to check out the latest version of the webclient here:  https://open.med.harvard.edu/svn/shrine/releases/1.18.0/code/shrine-webclient 

    From the command line in linux this would be something like: svn co https://open.med.harvard.edu/svn/shrine/releases/1.18.0/code/shrine-webclient

     

  5. Now copy the i2b2_config_data.js file from 1.17.1 (see step 2) newly checked out shrine-webclient directory.

  6. Now copy the cell_config_data.js file from 1.17.1 (see step 3) into the newly checked out shrine-webclient directory at location shrine-webclient/js-i2b2/cells/SHRINE/



  7. Copy the new shrine-webclient directory onto the web server.

...