I had a chance to install dcm4chee on my Mac OS Mavericks today. I would like to supplement the instructions that have been given on their home site. I think following these steps should save you a couple of hours of finding and trying.
JBoss-4.2.3GA Installation
JBoss must be copied from http://sourceforge.net/projects/jboss/files/JBoss/JBoss-4.2.3.GA/
The link on the instructions page is broken.
JDK Related
I have used jdk1.7.0_09. This is available from the Java Download site (note, at this time of writing the latest JDK is Java 8).
The JAVA_HOME environment variable should be pointing to (for jdk1.7.0._09) to /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home
If you are testing this on your own environment, then JAVA_HOME should be set in your ~/.bash_profile file.
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home
Fix the ARR Schema Creation Script for the Latest MySQL
- The latest version of MySQL uses engine= instead of type= You will need to correct this.
- It is also best to manually create the schema even though the document says it will auto-create, it actually does not.
mysql -uarr -parr arrdb < dcm4chee-arr-mysql.ddl