Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleDeployment Checklist
This checklist can be used in conjunction with the instructions below.   It was created as part of a test deployment in August 2012.
  • Disable spock plugin in pom.xml (for Maven 3+)
  • Build: mvn clean package'
  • Copy openregistry-webapp/src/openregistry.xml to tomcat/conf/Catalina/localhost and configure e.g. jdbc settings, etc.
  • Create database schema username (specific to the database in use)
  • Create OR-Database using scripts (Oracle ,MySQL5.x)
  • Deploy open registry for the first time

Also see: https://github.com/UniconLabs/openregistry-springbatch-poc

 

Retrieve the Source from Source Control

...