forked from kjellp/SMRT-Analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
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:
- 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.