Skip to content

Installation assumes local mysql instance

pacbiodevnet edited this page Apr 23, 2013 · 2 revisions

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:

  1. Execute $SEYMOUR_HOME/etc/scripts/SMRTPortalSchema.sql on the remote server to create the smrtportal database:
mysql -u someUser [-pSomePasswd] < SMRTPortalSchema.sql
  1. Edit $SEYMOUR_HOME/redist/apache-tomcat-7.0.23/webapps/smrtportal/WEB-INF/classes/META-INF/persistence.xml and change localhost in the javax.persistence.jdbc.url value from mysql://localhost/smrtportal to the hostname of the remote host.
Clone this wiki locally