Changes between Version 11 and Version 12 of SORTA


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SORTA

    v11 v12  
    1111[[BR]]
    1212'''Step 3 - configure SORTA property file'''[[BR]]
    13 * Create the directory ~/.molgenis/omx and create a file called molgenis-server.properties in this folder (~ is your home folder)
     13* Create the directory ~/.molgenis/sorta and create a file called molgenis-server.properties in this folder (~ is your home folder)
    1414* Add user and database properties to this file, such as this example:
    15 
    1615{{{
    1716db_user=molgenis
     
    2120user.password=admin
    2221}}}
     22* 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.
     23[[BR]]
    2324
    24 * 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.
     25'''Step 4 - configure tomcat 7'''[[BR]]
     26* Create a file called setenv.sh in apache-tomcat-7.[version.number]/bin/
     27* Add the configuration to the file, such as this example:
     28{{{
     29CATALINA_OPTS="-Xmx2g -XX:MaxPermSize=256m -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -Dmolgenis.home=~/.molgenis/sorta"
     30}}}
     31
     32
    2533
    2634[[BR]]
    27 '''Step 4 - deploy SORTA in tomcat 7'''[[BR]]
     35'''Step 5 - deploy SORTA in tomcat 7'''[[BR]]
    2836* Unzip apache-tomcat-7.[version.number].tar.gz
    2937* Move SORTA.war to apache-tomcat-7.[version.number]/webapps/