Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: "Move to the dcm4chee-xxx-2.14.7/bin directory" could be read as "Move X to the..." e.g. "Move jboss* to the...". I hope this clarifies things.

...

Dcm4chee consists of components that run within the JBoss application server platform. This step will copy the JBoss runtime files to the dcm4chee directory.

Move Go to the dcm4chee-xxx-2.14.7/bin directory and execute the install_jboss.bat or install_jboss.sh script, as appropriate for your operating system, with the path of your JBoss AS installation directory as a parameter.

...

  1. Download the dcm4chee Audit Record Repository 3.0.8 (dcm4chee-arr-3.0.8) available at
    http://sourceforge.net/projects/dcm4che. Be sure to download the distribution package of dcm4chee-arr-3.0.8 for the database of your choice (likely the same database that you are using for the archive, but it could differ if you wish to store audit records in a completely different database).
  2. Move Go to the dcm4chee-xxx-2.14.7/bin directory and execute the install_arr.bat or install_arr.sh script, as appropriate for your operating system, with the path of the dcm4chee-arr-3.0.8 installation directory as
    parameter.
    1. If you want the Audit Record Repository to use a different database instance than the archive to store Audit Records (this is recommended), create the audit record repository database instance: arrdb, and grant sufficient privileges to the DB user (see the datasource descriptor deploy/arr-xxx-ds.xml for user information).
    2. If the Audit Record Repository is to share the database instance used by the archive, you will have to modify the database name - but not the JNDI name! -, user and password in the datasource descriptor file deploy/arr-xxx-ds.xml, to match the values specified in the main datasource descriptor file deploy/pacs-xxx-ds.xml for the
      archive database. The ARR schema will automatically be created upon startup, but if you want to tweak the SQL or do it manually, you may also initialize the database using the provided DDL script dcm4chee-arr-xxx-3.0.8/sql/dcm4chee-arr-xxx.ddl. Note that you will have to remove or comment out the creation of already existing 'code' table.

...

To test your installation, move go to the dcm4chee-xxx-2.14.7/bin directory and execute the run.bat or run.sh script, as appropriate for your operating system. Your output should look like the following and contain no error or exception messages:

...