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 ,MySQLMySQL5.x)
- Deploy open registry for the first time and make sure hibernate auto ddl creates tables in the open registry schema
- Turn off hibernate auto ddl schema create, re-build and re-deploy
|