-
Notifications
You must be signed in to change notification settings - Fork 2
Running Fabric.Realtime on developer machine
imranq2 edited this page Oct 30, 2017
·
5 revisions
Pre-requisites:
- Install Docker for Windows (https://www.docker.com/docker-windows)
- Install Git Bash for Windows (https://git-for-windows.github.io/)
Steps:
- Run Git Bash and run "docker swarm init" to setup the docker swarm on your machine
- 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