From 64d479d44b3d4d1675d552c8507b71008d74cd0c Mon Sep 17 00:00:00 2001 From: Michael Hodge Date: Wed, 11 May 2016 15:09:35 -0500 Subject: [PATCH] Minor updates to README --- README.md | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index cc36f9a1..fbb9d0dd 100755 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Features * Visualize Slicer scenes (.mrb), and their views. * Visualize DICOM that were previously unsupported in XTK. + Installation ------------ @@ -25,28 +26,24 @@ To install the XNAT image viewer into an XNAT installation: **NOTE: Steps 4 and beyond differ for XNAT versions:** **For XNAT 1.7 and up:** +
    +
  1. Run a maven package operation: -4. Run a maven package operation: - - mvn clean package - -5. Copy the resulting **target/xnatx-ximgview-*version*.jar** file to your *xnat.home* plugins folder. - -6. Restart Tomcat - -7. The older ImageJ-based image viewer also may have an actions link labeled **View Images**. You may want to relabel that link, by editing the relevant data types (e.g. MR Session) through the **Administer-->Data Types** link. + mvn clean package
  2. +
  3. Copy the resulting **target/xnatx-ximgview-*version*.jar** file to your **xnat.home** plugins folder.
  4. +
  5. Restart Tomcat.
  6. +
  7. The older ImageJ-based image viewer also may have an actions link labeled **View Images**. You may want to relabel that link, by editing the relevant data types (e.g. MR Session) through the **Administer-->Data Types** link.
  8. +
**For XNAT 1.6.5 and earlier:** +
    +
  1. Run a maven package operation: -4. Run a maven package operation: - - mvn -P 1.6.5 clean package - -5. Copy the resulting **target/xnatx-ximgview-*version*.jar** file to your xnat_builder's modules folder (this is either a folder named **modules** directly under the xnat_builder folder or specified by the **xdat.modules.location** variable in your **build.properties** file). - -6. Run the update script to install the module in your deployed web application. - -7. Start Tomcat, log into your XNAT server, and browse to any of your MR sessions. You should now see an action labeled **View Images** to view the image over in the Actions box. + mvn -P 1.6.5 clean package
  2. -8. The older ImageJ-based image viewer also may have an actions link labeled **View Images**. You may want to relabel that link, by editing the relevant data types (e.g. MR Session) through the **Administer-->Data Types** link. +
  3. Copy the resulting **target/xnatx-ximgview-*version*.jar** file to your xnat_builder's modules folder (this is either a folder named **modules** directly under the xnat_builder folder or specified by the **xdat.modules.location** variable in your **build.properties** file).
  4. +
  5. Run the update script to install the module in your deployed web application.
  6. +
  7. Start Tomcat, log into your XNAT server, and browse to any of your MR sessions. You should now see an action labeled **View Images** to view the image over in the Actions box.
  8. +
  9. The older ImageJ-based image viewer also may have an actions link labeled **View Images**. You may want to relabel that link, by editing the relevant data types (e.g. MR Session) through the **Administer-->Data Types** link.
  10. +