Sign inSign up

kitware/miqa

By kitware

Updated about 7 years ago

MIQA is a medical scan QA/QC application

Image
0

2.0K

kitware/miqa repository overview

Try out MIQA with docker-compose
Prerequisite
  • docker
  • docker-compose
Steps
  • Save bellow content in a file named docker-compose.yml

    version: "2"

    services: database: image: mongo:3.4

    web_server:
      image: kitware/miqa
      ports:
        - "8080:8080"
      links:
        - database
      command:
        [
          "database:27017",
          "admin_name=miqa admin_pass=miqa1234 smtp_server=smtp smtp_port=587 smtp_encryption=none smtp_username= smtp_password= [email protected] sender_address=miqa.domain.com sample_data=true",
        ]
    
  • execute docker-compose up in the same directory as the docker-compose.yml file

  • Wait until console says Y RECAP *** 127.0.0.1 : ok=9 changed=6 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0

  • navigate to localhost:8080 and login with username miqa, password miqa1234

Notes

Tag summary

Content type

Image

Digest

Size

711.2 MB

Last updated

about 7 years ago

docker pull kitware/miqa