mercure-imaging / mercure

mercure DICOM Orchestrator
https://mercure-imaging.org
MIT License
65 stars 31 forks source link

i m trying to add new module screen shot attached. but install button not clicked(not respond) #71

Closed nitin271080 closed 7 months ago

nitin271080 commented 7 months ago

Screenshot_2024-02-09_16-22-36 Describe the bug i m trying to add new module screen shot attached. but install button not clicked(not respond) try this sudo journalctl -u mercure_ui.service

error showing docker.errors.dockerexception error while fetching server api version(connection aborted.,permissionerror(13,'permission denied'))

tblock79 commented 7 months ago

This looks like a configuration problem on your server. Make sure that the user running mercure (typically the user "mercure") has permissions for run docker commands. This usually requires that the user is added to the docker group under Linux. For instructions, visit this page: https://docs.docker.com/engine/install/linux-postinstall/

We have recently added improved error reporting in the UI. This is currently only in the DEV version and will be part of the next release.