-
Notifications
You must be signed in to change notification settings - Fork 11
[Blog] MongoPACS on EC2 vs DICOM PACS
Pradeeban Kathiravelu edited this page Aug 24, 2018
·
2 revisions
DICOM PACS Setup on EC2
Setup Amazon EC2 RDS — RDS Setup: User 'root' Password: 'password' Database: pacsdb Security Group: Same as EC2
From EC2 instance:
mysql -uroot -ppassword -h ashishpacs.c6yndonnachr.us-east-1.rds.amazonaws.com pacsdb
On MySQL
mysql> CREATE USER 'dicom'@'%' IDENTIFIED BY 'password';
mysql> grant all on pacsdb.* to 'dicom'@'%' identified by 'password';
mysql> \q
Now on EC2:
mysql -u dicom -ppassword -h ashishpacs.c6yndonnachr.us-east-1.rds.amazonaws.com pacsdb
Provide this info to DCM4CHEE.