Sign inSign up

dmenne/anomanor

By dmenne

Updated about 2 years ago

EUGIM Hub Project: Educational training of physicians with high-resolution anorectal manometry

Image
Web servers
0

549

dmenne/anomanor repository overview

anomanor

EUGIM Hub Project: Educational training of physicians working with high-resolution anorectal manometry readme_sample

Running on Windows

  • Install Docker Desktop
  • Start the app with the command below. The ^ are continuation lines, so make sure to copy all lines into the clipboard, and paste these into the command line interface.
docker run -d -it --name anomanor ^
  --restart unless-stopped ^
  --publish 4848:3838 ^
  -v anomanor_data_db:/root/anomanor_data/anomanor/db ^
  -v anomanor_data_cache:/root/anomanor_data/anomanor/cache ^
  -v anomanor_data_data:/root/anomanor_data/anomanor/data ^
  dmenne/anomanor:1:0:1

:: Replace the tag, e.g. 1.0.1, by the currently active one :: See https://hub.docker.com/repository/docker/dmenne/anomanor/general

  • Alternatively, you can copy/paste the command as a a one-liner:
docker run -d -it --name anomanor --restart unless-stopped  --publish 4848:3838  -v anomanor_data_db:/root/anomanor_data/anomanor/db  -v anomanor_data_cache:/root/anomanor_data/anomanor/cache   -v anomanor_data_data:/root/anomanor_data/anomanor/data   dmenne/anomanor:1.0.1

This variant also works under Linux. Replace ^ by \ if you want to use the batch file on Linux.

  • Point your browser to localhost:4848

Batch file for Windows

Batch file for Linux

The application uses a user sa_admin with administrator privileges, so you can upload new patient records to your own computer.

Security

When you use this Docker image in Docker Desktop, none of your uploaded patient records leave your computer or leak into the wild otherwise.

See the github page for installations with user registration.

Tag summary

Content type

Image

Digest

sha256:6d44606a6

Size

711.2 MB

Last updated

about 2 years ago

docker pull dmenne/anomanor:1.3.2