Skip to content

Running Fabric.Realtime on developer machine

imranq2 edited this page Oct 30, 2017 · 5 revisions

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

Table of Contents

Overview

Installation and Configuration

Client Configuration

Clone this wiki locally