Difference between revisions of "Design Specs: Configuration setup and 3rd party software install"

From WormBaseWiki
Jump to navigationJump to search
Line 1: Line 1:
 +
= configuration =
 
in wormbase.conf
 
in wormbase.conf
  
Line 27: Line 28:
 
     </connect_info>
 
     </connect_info>
 
  </Model::Schema>
 
  </Model::Schema>
 +
 +
= third party software=
 +
CutyCapt

Revision as of 21:08, 27 January 2011

configuration

in wormbase.conf

turn the timing&caching information on

timer = 1 

when people submit/update issues, email alters will be sent out from this address

issue_email = oicr@wormbase.org 

email account when people register at WormBase

register_email = oicr@wormbase.org

email account for error reporting!

 <Plugin::ErrorCatcher::Email>
   to      oicr@wormbase.org   
   from    oicr@wormbase.org 
   use_tags 1
 #  subject Error Report from: %h; %F, line %l
 </Plugin::ErrorCatcher::Email>

wormbase user database configuration

<Model::Schema>
  schema_class = WormBase::Schema
  <connect_info>  
       dsn =  dbi:mysql:wormbase_user:hostname=...
       user = ..
       password = ..
   </connect_info>
</Model::Schema>

third party software

CutyCapt