Menu

installation

Julia Damerow

Installation Details

Quadriga requires the following applications:

  • MySQL database
  • LDAP server
  • QStore4S (http://store4s.sourceforge.net/)
  • an SMTP server
  • a Conceptpower installation
  • a Wordpower installation

The following files need to be adjusted before deploying Quadriga in Tomcat.

  • resources/txt-layout/js/config.js
    • line 9: prefix needs to include name of webapp
  • WEB-INF/spring/email-config.xml
    • configure the email server you'd like to use
  • WEB-INF/spring/rest-service.xml
    • bean: qStoreURL - link to QStore4S instance to be used by Quadriga
    • bean: wordPowerURL - link to Wordpower instance to be used by Quadriga
    • bean: conceptPowerURL - link to Conceptpower instance to be used by Quadriga
    • bean: viafURL - if you want to use a different VIAF instance, configure that here
  • WEB-INF/spring/spring-dbconnectionmanager.xml
    • configure what database to use
  • WEB-INF/spring/spring-security.xml
    • line 43-44: configure LDAP server for user accounts
    • line: 49: configure admin users for Quadriga. You need at least one, so that you can accept new user account requests.