1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
General
=======
Orthanc MySQL is a set of 2 plugins to Orthanc, a lightweight, RESTful
Vendor Neutral Archive for medical imaging. These plugins override the
default SQLite engine of Orthanc with a MySQL or MariaDB
back-end. They bring scalability to Orthanc, making it
enterprise-ready.
Homepage: http://www.orthanc-server.com/static.php?page=mysql
Configuration
=============
To enable the plugin, you must specify the parameters of your
MySQL/MariaDB database by adapting the configuration file
"/etc/orthanc/mysql.json". Then, restart the Orthanc service:
$> sudo systemctl restart orthanc.service
|