dcm4cheeのインストール方法
オープンソースで使用できるDICOMサーバのインストール方法の覚え書きです。
OSはWindows8Proを使用しています。データベースにはMySQLを使います。
本家のページはこちらです。
DCM4CHEE 2.17.1 Installation Instructions
http://www.dcm4che.org/confluence/display/ee2/Installation
必要なプログラム
dcm4chee本体
http://sourceforge.net/projects/dcm4che/files/dcm4chee/
データベース本体
今回はMySQLを使います。
MySQL Community Edition(GPL)
http://dev.mysql.com/downloads/mysql/
JBoss Application Server 4.2.3.GA
http://sourceforge.net/projects/jboss/files/JBoss/JBoss-4.2.3.GA/
jboss-4.2.3.GA-jdk6.zipをダウンロードします。
the Audit Record Repository (ARR)
dcm4chee-arr-3.0.12-mysql.zip
Java SE
JavaDeveloperKit
http://www.oracle.com/technetwork/java/javase/downloads/index.html
64bit版windowsを使用している方も32bit版を準備すると画像の設定が簡単です。
Compression Notes から転記
You can run on 64-bit Windows, you just need to use the 32-bit JDK! In that case you do not need to do the above steps of changing the WADO service.
下記のファイルが用意できたか確認してください。(2013年9月現在)
- dcm4chee-2.17.3-mysql.zip
- jboss-4.2.3.GA-jdk6.zip
- dcm4chee-arr-3.0.12-mysql.zip
- mysql-5.6.13-winx64.zip または mysql-5.6.13-win32.zip
- jdk-7u40-windows-i586.exe
インストールは管理者でコマンドプロンプトを操作する必要があります。
コマンドプロンプトを管理者で動作させる方法
を参考にしてください
インストール方法
1. Download and extract the binary distribution package of dcm4chee:
2. Download the binary distribution package of JBoss Application Server 4.2.3.GA:
3. Copy files from JBoss to dcm4chee:
4. Install the Database Software and create the DCM4CHEE Database:
MySQLでインストールを進めます。