Changes between Version 1 and Version 2 of OpenSpecimen HowTo Install


Ignore:
Timestamp:
11/19/15 12:19:43 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenSpecimen HowTo Install

    v1 v2  
    55See [[https://openspecimen.atlassian.net/wiki/display/CAT/Deployment+steps]]
    66
     7== Notes from watching Nitesh upgrade our dev version
     8
     91. Our customisations are in the file {{{/local/os_v20/app/plugin-dir/os-le-1.0.0.jar}}}.  This file can be copied between installations.
     102. He copied the build zip file (linked in the page above) into the directory {{{/local/os_v20/installable}}} and unzipped it.
     113. He then ran the {{{install.sh}}} script from within the unzipped directory.
     124. He ran the script using {{{nohup}}} so that the output for the installation is stored in the file {{{nohup.out}}}.
     135. The full command was:
     14
     15{{{
     16nohup ./install.sh -dhost localhost -dport 3306 -dname os_v21 -duser {db user name} -dpass {db password name} -dtype mysql -ahome /local/os_v20/app -ahost localhost -aport 8280 -adtype upgrade -adatadir /local/os_v20/app/os-data -aplugindir /local/os_v20/app/plugin-dir &
     17}}}
     18
     196. He then ran {{{chmod 777 *}}} in the app OpenSpecimen directory and the {{{app/lib}} directory.
     207. He then :
     21
     22{{{
     23unset JAVA_TOOL_OPTIONS
     24export JAVA_HOME=/opt/java
     25export JRE_HOME=/opt/java/jre
     26}}}
     27
     288. He then ran {{{/local/os_v20/app/bin/catalina.sh start}}}
     29
     30These later steps are documented in the script {{{/local/os_v20/run_osv20.sh}}}
     31
    732[[BackLinks]]