Running Fabric.Realtime on developer machine - HealthCatalyst/Fabric.Realtime GitHub Wiki

Pre-requisites:

  1. Install Docker for Windows (https://www.docker.com/docker-windows)
  2. Install Git Bash for Windows (https://git-for-windows.github.io/)

Steps:

  1. Run Git Bash and run "docker swarm init" to setup the docker swarm on your machine
  2. Run Git Bash and type: curl -sSL https://healthcatalyst.github.io/InstallScripts/realtime/runondevmachine.sh | sh

This will stand up the whole docker swarm on your local machine (we turn off client certificates and SSL in this mode)

Then you can run the tester (https://github.com/HealthCatalyst/Fabric.Realtime.Tester) or our loader and just use localhost as the host

Using: Mirth UI: http://localhost:8080

RabbitMq UI: http://localhost:15672

Send HL7 messages to: localhost, 6661

Note: netstat -aon | grep 8080 will show you if someone is listening on that port