HenryQW / MedGateDeployment

Deployment and Install for MedGATE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the server installation script to support the MedGATE project

Get Started

Set credentials for PostgreSQL, FTP, WebDAV and ElasticSearch in medgate.config as well as the proxy.

Install Docker for your OS here.

Install Git for your OS here.

Docker and Git proxy settings

  1. If docker is living behind a proxy server, please apply the following changes in https://docs.docker.com/config/daemon/systemd/#httphttps-proxy

  2. For git, you may consider something like:

git config --global http.proxy http://proxyUsername:proxyPassword@proxy.server.com:port
git config --global https.proxy http://proxyUsername:proxyPassword@proxy.server.com:port

Linux

Bash Via Terminal

  • Start MedGate Services sudo bash run.sh.

  • Stop MedGate Services sudo bash stop.sh.

  • Remove MedGate Services sudo bash remove.sh, your data will not be purged.

  • Reset MedGate Services sudo bash reset.sh, note this will purge all associated data including the uploaded documents.

Windows

Start Git Bash as Administrator:

  • Start MedGate Services bash run.sh.

  • Stop MedGate Services bash stop.sh.

  • Remove MedGate Services bash remove.sh, your data will not be purged.

  • Reset MedGate Services bash reset.sh, note this will purge all associated data including the uploaded documents.

MedGate

http://yourIP/

Kibana

http://yourIP/kibana/

Others

kibana at http:///kibana/ webdav at http:///webdav/ brat at http:///brat/ NRDA Gateway at http:///nrdagateway/

About

Deployment and Install for MedGATE


Languages

Language:Shell 79.8%Language:Dockerfile 20.2%