Changes between Version 7 and Version 8 of SORTA


Ignore:
Timestamp:
2015-03-30T13:37:29+02:00 (10 years ago)
Author:
cp229
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SORTA

    v7 v8  
    1313
    1414[[BR]]
    15 '''Step 3 - deploy SORTA in tomcat 7'''[[BR]]
    16 * Unzip apache-tomcat-7.[version.number].tar.gz
    17 * Move SORTA.war to apache-tomcat-7.[version.number]/webapps/
    18 * Rename SORTA.war to ROOT.war
    19 
    20 [[BR]]
    21 '''Step 4 - configure SORTA property file'''[[BR]]
     15'''Step 3 - configure SORTA property file'''[[BR]]
    2216* Create the directory ~/.molgenis/omx and create a file called molgenis-server.properties in this folder (~ is your home folder)
    2317* Add user and database properties to this file, such as this example:
     
    3226
    3327* 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.
     28
     29[[BR]]
     30'''Step 4 - deploy SORTA in tomcat 7'''[[BR]]
     31* Unzip apache-tomcat-7.[version.number].tar.gz
     32* Move SORTA.war to apache-tomcat-7.[version.number]/webapps/
     33* Rename SORTA.war to ROOT.war