Mirth Graph is a web application that uses force graphs to visualise a Mirth"s channels, source connectors and destinations.
- Run
yarn install
once in bothmirthgraph/server
andmirthgraph/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/public
folder (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
/server
and/frontend
copy.env.base
and rename it to.env
. - In
/server/.env
replacelocalhost
withredis
. - In
/frontend/.env
replacelocalhost
with the server address.- If desired, also replace DEV with PROD.
- In the root directory (NOT in
/server
or/frontend
) deploy withdocker compose -f docker-compose.yml up -d --build
.
- Einmal
yarn install
sowohl 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
/server
und/frontend
.env.base
kopieren und in.env
umbenennen. - In
/server/.env
localhost
durchredis
ersetzen. - In
/frontend/.env
localhost
durch die Serveradresse ersetzen.- Falls gewünscht auch
DEV
durchPROD
ersetzen.
- Falls gewünscht auch
- Im Root-Verzeichnis (nicht in
/server
oder/frontend
) mitdocker compose -f docker-compose.yml up -d --build
deployen.