Skip to content

Commit

Permalink
Minor updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgem committed May 11, 2016
1 parent 66c4b28 commit 64d479d
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Features
* Visualize Slicer scenes (.mrb), and their views.
* Visualize DICOM that were previously unsupported in XTK.


Installation
------------

Expand All @@ -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:**
<ol start="4">
<li>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</li>
<li>Copy the resulting **target/xnatx-ximgview-*version*.jar** file to your **xnat.home** plugins folder.</li>
<li>Restart Tomcat.</li>
<li>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.</li>
</ol>

**For XNAT 1.6.5 and earlier:**
<ol start="4">
<li>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</li>

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.
<li>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).</li>
<li>Run the update script to install the module in your deployed web application.</li>
<li>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.</li>
<li>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.</li>
</ol>

0 comments on commit 64d479d

Please sign in to comment.