Mirth Graph is a web application that uses force graphs to visualise a Mirth's channels, source connectors and destinations.
- Run
yarn installonce in bothmirthgraph/serverandmirthgraph/frontend. - Install Redis on a VM.
- Start both programs with the following commands in their respective root folders:
- server:
yarn start:dev - frontend:
yarn dev
- server:
- Add an exported Mirth configuration XML to the
/server/publicfolder (currently, it must be named218.xml)
- The Docker Compose image contains everything needed for the software.
- Clone the repository FRESH into a directory.
- Add data to
/server/public - In
/serverand/frontendcopy.env.baseand rename it to.env. - In
/server/.envreplacelocalhostwithredis. - In
/frontend/.envreplacelocalhostwith the server address.- If desired, also replace DEV with PROD.
- In the root directory (NOT in
/serveror/frontend) deploy withdocker compose -f docker-compose.yml up -d --build.
- Einmal
yarn installsowohl inmirthgraph/server, als auch inmirthgraph/frontend. - Redis auf einer VM installieren.
- Beide Programme mit folgenden Commands im jeweiligen Root-Ordner starten:
- server:
yarn start:dev - frontend:
yarn dev
- server:
- Das Docker Compose Image enthält alles, was für die Software nötig ist.
- Das Repository FRISCH in ein Verzeichnis clonen.
- In
/serverund/frontend.env.basekopieren und in.envumbenennen. - In
/server/.envlocalhostdurchredisersetzen. - In
/frontend/.envlocalhostdurch die Serveradresse ersetzen.- Falls gewünscht auch
DEVdurchPRODersetzen.
- Falls gewünscht auch
- Im Root-Verzeichnis (nicht in
/serveroder/frontend) mitdocker compose -f docker-compose.yml up -d --builddeployen.
