Changes between Version 6 and Version 7 of SORTA


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SORTA

    v6 v7  
    55----
    66
    7 '''Step one - get tomcat 7'''[[BR]]
     7'''Step 1 - get tomcat 7'''[[BR]]
    88* Download tomcat 7 from: https://archive.apache.org/dist/tomcat/tomcat-7/v7.[version.number]/bin/apache-tomcat-7.[version.number].tar.gz
    99[[BR]]
    1010
    11 '''Step two - get SORTA war'''[[BR]]
     11'''Step 2 - get SORTA war'''[[BR]]
    1212* Download SORTA war from https://molgenis26.target.rug.nl/downloads/sorta/SORTA.war
     13
    1314[[BR]]
    14 '''Step three - deploy SORTA in tomcat 7'''[[BR]]
     15'''Step 3 - deploy SORTA in tomcat 7'''[[BR]]
    1516* Unzip apache-tomcat-7.[version.number].tar.gz
    1617* Move SORTA.war to apache-tomcat-7.[version.number]/webapps/
    1718* 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{{{
     26db_user=molgenis
     27db_password=molgenis
     28db_uri=jdbc:mysql://localhost/sorta
     29admin.password=admin
     30user.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.