OpenSpecimen HowTo Install
Tags: OpenSpecimen HowTo
Process
See https://openspecimen.atlassian.net/wiki/display/CAT/Deployment+steps
- Log onto the appropriate LAMP server.
cd /local- Download this repository using the command
svn export https://svn.rcs.le.ac.uk/LCBRU/utilities/OpenSpecimen/trunk/v3.2/ cd v3.2- Backup the database.
- Run the command
./doInstall.sh - If the process is still running, kill it using
sudo -u wwwrun kill {process id} - Amend
loadmodule.confto:... # Tomcat - used for JBoss #LoadModule jk_module /usr/lib64/apache2/mod_jk.so # Proxy to divert to the JBoss Application Server LoadModule proxy_module /usr/lib64/apache2-prefork/mod_proxy.so LoadModule proxy_http_module /usr/lib64/apache2-prefork/mod_proxy_http.so
- Amend
httpd.congto... # Proxy to provide access to the JBoss Application Server ProxyPass / http://localhost:8280/ timeout=180 ProxyPassReverse / http://localhost:8280/ ProxyTimeout 180 # Use mod_jk to forward to JBoss - not used now, cos it broke # Include /local/apache2/etc/mod.d/mod_jk.conf ...
sudo -u wwwrun /local/openspecimen/run_open_specimen.sh- Check it starts by running
tail -f /local/openspecimen/app/logs/catalina.out - Check for errors by running
tail -f /local/openspecimen/openspecimen.log
Last modified
9 years ago
Last modified on 07/21/16 13:14:49
Note:
See TracWiki
for help on using the wiki.
