File: README.Debian

package info (click to toggle)
orthanc-mysql 3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,916 kB
  • sloc: cpp: 26,192; python: 361; sql: 201; sh: 38; makefile: 26
file content (21 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (4)
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