Changes between Version 10 and Version 11 of OpenSpecimen HowTo Install


Ignore:
Timestamp:
01/09/16 14:46:56 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenSpecimen HowTo Install

    v10 v11  
    11511511. Give `www-run` and yourself (go on, treat yourself) permission to run Tomcat:
    116116{{{
    117 chmod 774 /local/openSpecimen_v2_4/app/bin/catalina.sh
     117chmod 774 /local/{Open Specimen Directory}/app/bin/catalina.sh
    118118setfacl -m u:wwwrun:rx /local/{Open Specimen Directory}/app/bin/catalina.sh
    119119}}}
    120120
    121 12. Nitesh changed one of the change sets because it fails if you don't.  Hurray.
     12112.  Then `run_open_specimen.sh` as yourself.  You need to do this to be able to unpack the WAR file.  The site will not come up successfully because there is a bug or somesuch in the database upgrade scripts.
     122
     12313. Nitesh changed one of the change sets because it fails if you don't.  Hurray.
    122124 1. The file is `/local/{Open Specimen Directory}/app/webapps/openspecimen/WEB-INF/classes/db/2.0/schema.xml`
    123125 2. Change `<changeSet author="vlonushte" id="FK on domain name of users table">` to `<changeSet author="vlonushte" id="FK on domain name of users table" failOnError="false">`