I want to install the pact broker on a server so that it can be reached by me development team. We´re a Java team and the Ruby know-how is limited. I read the instructions in the Pact Broker README on github but there are too many unknowns for me to proceed. The planned target environment is a Solaris 11 server but I'm currently just trying to get it to work on my Mac while waiting for the actual server.
I cannot use any of the docker/aws/terraform variants. I plan to use Nginx and I've installed a PostgreSQL DB. Being a Ruby newbie I have no idea how to make the pact broker app to run so that it is served by Nginx. I've googled a bit and found seemingly relevant hits talking about passenger/unicorn/sinatra etc.
What is the simplest way of getting this up and running?
Thanks
/Joel