-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
jopasserat edited this page Aug 23, 2017
·
2 revisions
-
All the plugins are based on >XNAT 1.7. Ideally you will use a vanilla XNAT and simply deploy the plugins on top for customization. For documentation about how to install XNAT itself, click here
-
Consider using Ansible and this repo to provision an environment with necessary dependencies.
-
Install Gradle. SDKMAN recommended.
-
Clone the whole repo and change directories to any of the plugins. In there run
gradle jarin order to build the plugin. The resulting .jar files will be located under ./build/libs -
Simply copy the plugin (not the beans file) .jar into your XNAT plugins directory, most likely under /data/xnat/home/plugins.
-
Restart tomcat7
- If tomcat fails to restart => reinstall it (
apt reinstall tomcat7)