Changes between Version 6 and Version 7 of SORTA
- Timestamp:
- 2015-03-30T13:29:30+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SORTA
v6 v7 5 5 ---- 6 6 7 '''Step one- get tomcat 7'''[[BR]]7 '''Step 1 - get tomcat 7'''[[BR]] 8 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 9 [[BR]] 10 10 11 '''Step two- get SORTA war'''[[BR]]11 '''Step 2 - get SORTA war'''[[BR]] 12 12 * Download SORTA war from https://molgenis26.target.rug.nl/downloads/sorta/SORTA.war 13 13 14 [[BR]] 14 '''Step three- deploy SORTA in tomcat 7'''[[BR]]15 '''Step 3 - deploy SORTA in tomcat 7'''[[BR]] 15 16 * Unzip apache-tomcat-7.[version.number].tar.gz 16 17 * Move SORTA.war to apache-tomcat-7.[version.number]/webapps/ 17 18 * Rename SORTA.war to ROOT.war 19 20 [[BR]] 21 '''Step 4 - configure SORTA property file'''[[BR]] 22 * Create the directory ~/.molgenis/omx and create a file called molgenis-server.properties in this folder (~ is your home folder) 23 * Add user and database properties to this file, such as this example: 24 25 {{{ 26 db_user=molgenis 27 db_password=molgenis 28 db_uri=jdbc:mysql://localhost/sorta 29 admin.password=admin 30 user.password=admin 31 }}} 32 33 * If these properties are not present, SORTA will not start. This properties-file should be in your home folder, if the file is not there yet, just create it.