Changes between Version 24 and Version 25 of OpenSpecimen HowTo Install


Ignore:
Timestamp:
07/21/16 13:14:15 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenSpecimen HowTo Install

    v24 v25  
    33Tags: [[OpenSpecimen]] [[HowTo]]
    44
     5== Process
     6
    57See [[https://openspecimen.atlassian.net/wiki/display/CAT/Deployment+steps]]
    68
    7 - Have to make install.sh and catalina.sh executable.
    8 - Have to amend apache config:
    9  - Amend `loadmodule.conf` to:
     91. Log onto the appropriate LAMP server.
     102. `cd /local`
     113. Download this repository using the command `svn export https://svn.rcs.le.ac.uk/LCBRU/utilities/OpenSpecimen/trunk/v3.2/`
     124. `cd v3.2`
     135. Backup the database.
     146. Run the command `./doInstall.sh`
     157. If the process is still running, kill it using `sudo -u wwwrun kill {process id}`
     168. `sudo -u wwwrun /local/openspecimen/run_open_specimen.sh`
     179. Check it starts by running `tail -f /local/openspecimen/app/logs/catalina.out`
     1810. Check for errors by running `tail -f /local/openspecimen/openspecimen.log`
     1911. Amend `loadmodule.conf` to:
    1020{{{
    1121...
     
    1828
    1929}}}
    20  - Amend `httpd.cong` to
     3012. Amend `httpd.cong` to
    2131{{{
    2232...
     
    3141}}}
    3242
    33 == Process
    34 
    35 1. Log onto the appropriate LAMP server.
    36 2. `cd /local`
    37 3. Download this repository using the command `svn export https://svn.rcs.le.ac.uk/LCBRU/utilities/OpenSpecimen/trunk/v3.2/`
    38 4. `cd v3.2`
    39 5. Backup the database.
    40 6. Run the command `./doInstall.sh`
    41 7. If the process is still running, kill it using `sudo -u wwwrun kill {process id}`
    42 8. `sudo -u wwwrun /local/openspecimen/run_open_specimen.sh`
    43 9. Check it starts by running `tail -f /local/openspecimen/app/logs/catalina.out`
    44 10. Check for errors by running `tail -f /local/openspecimen/openspecimen.log`
    45 
    46 == UPDATE WORKFLOW table to correct format
    47 
    48 Run the command:
    49 
    50 {{{
    51 update os_cp_workflows set workflows = '[{"name":"registerParticipant","view":"plugin-ui-resources/le/collect-specimens.html","ctrl":"leRegAndCollectSpecimensCtrl","data":{"boxOpts":{"dimension":{"rows":8,"columns":12},"compact":false}}}]';
    52 }}}
    53 
    54 == NEW Procedure
    55 
    56 - [[https://openspecimen.atlassian.net/wiki/pages/viewpage.action?pageId=1115955|How to Build]]
    57 
    58 
    5943[[BackLinks]]