POSTS
Docker MID ServiceNow
ServiceNow provides a pretty cool tool so you can talk from the SNOW instance to third party system. This is helpful if you need SNOW to talk with something that is not reachable via the public internet.
We use Linux here for all our back end servers. You can install SNOW MID Server ion Linux by hand or via script.
This still took to much time. So I created a git repo and docker image. When I push a change from git it builds a new docker image.
It is very easy to deploy. Just go to to the following link. https://github.com/tkojames24/SNMidServer And change out your settings from the example.
If you need help installing docker on your machine Digital Ocean is a great source.
If you run into any issues using the docker image please submit an issue to GitHub. It should in theory upgrade to latest SNOW version of your instance.