Changes between Version 5 and Version 6 of SORTA
- Timestamp:
- 2015-03-30T13:23:47+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SORTA
v5 v6 1 = How to deploy SORTA =2 This documentations will explain how to deploy SORTA in Tomcat 71 = How to deploy SORTA in tomcat 7= 2 This documentations will explain how to deploy SORTA in tomcat 7. 3 3 4 4 5 5 ---- 6 6 7 '''Step one - download tomcat 7''' 8 https://archive.apache.org/dist/tomcat/tomcat-7/v7.[version.number]/bin/apache-tomcat-7.[version.number].tar.gz 7 '''Step one - get tomcat 7'''[[BR]] 8 * Download tomcat 7 from: https://archive.apache.org/dist/tomcat/tomcat-7/v7.[version.number]/bin/apache-tomcat-7.[version.number].tar.gz 9 [[BR]] 9 10 10 '''Step two - download SORTA war''' 11 https://molgenis26.target.rug.nl/downloads/ 11 '''Step two - get SORTA war'''[[BR]] 12 * Download SORTA war from https://molgenis26.target.rug.nl/downloads/sorta/SORTA.war 13 [[BR]] 14 '''Step three - deploy SORTA in tomcat 7'''[[BR]] 15 * Unzip apache-tomcat-7.[version.number].tar.gz 16 * Move SORTA.war to apache-tomcat-7.[version.number]/webapps/ 17 * Rename SORTA.war to ROOT.war