Installation assumes local mysql instance - pb-dyim/SMRT-Analysis GitHub Wiki
The installation assumes that the MySQL instance is local. If you need to configure SMRT Analysis to use a remote mysql server, do the following:
- Execute
$SEYMOUR_HOME/etc/scripts/SMRTPortalSchema.sql
on the remote server to create the smrtportal database:
mysql -u someUser [-pSomePasswd] < SMRTPortalSchema.sql
- Edit
$SEYMOUR_HOME/redist/apache-tomcat-7.0.23/webapps/smrtportal/WEB-INF/classes/META-INF/persistence.xml
and changelocalhost
in the javax.persistence.jdbc.url value frommysql://localhost/smrtportal
to the hostname of the remote host.