Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bjoernalbers/ansible-role-dcm4chee2

Ansible Role to install DCM4CHEE v2 on Ubuntu Linux
https://github.com/bjoernalbers/ansible-role-dcm4chee2

ansible ansible-role archive dcm4chee dicom java linux pacs server ubuntu

Last synced: 5 days ago
JSON representation

Ansible Role to install DCM4CHEE v2 on Ubuntu Linux

Awesome Lists containing this project

README

        

# Ansible Role: dcm4chee2

Install
[dcm4chee-2.x DICOM Clinical Data Manager system](https://dcm4che.atlassian.net/wiki/display/ee2/)
on Ubuntu Linux.

**NOTE: Alpha release / Work in progress!**

## Requirements

None.

## Role Variables

### Storage directory

dcm4chee stores by default all DICOM files into
`{{ dcm4chee2_home }}/server/default/archive`.
If you define `dcm4chee2_storage` then the default location will be symlinked
to this directory (needs to be present and writable by system-user "dcm4chee"):
Example:

```yaml
dcm4chee2_storage: "/mnt/storage/dicom"
```

By that you can keep your data on a bigger storage.

## Dependencies

None.

## Example Playbook

```yaml
- hosts: pacs
roles:
- { role: bjoernalbers.dcm4chee2 }
```

## License

This Ansible role is released under the [MIT License](LICENSE.txt).