Skip to content

Standalone Pact Mock Service 0.7.1

Choose a tag to compare

@bethesque bethesque released this 15 Sep 02:18
· 382 commits to master since this release

Standalone release of the Pact Mock Service.

To install and run on OSX:

curl -LO https://github.com/bethesque/pact-mock_service/releases/download/0.7.1/pact-mock-service-0.7.1-1-osx.tar.gz
tar xzf pact-mock-service-0.7.1-1-osx.tar.gz
cd pact-mock-service-0.7.1-1-osx
./pact-mock-service -p 1234

To install and run on Linux 64 bit:

curl -LO https://github.com/bethesque/pact-mock_service/releases/download/0.7.1/pact-mock-service-0.7.1-1-linux-x86_64.tar.gz
tar xzf pact-mock-service-0.7.1-1-linux-x86_64.tar.gz
cd pact-mock-service-0.7.1-1-linux-x86_64
./pact-mock-service -p 1234

To install and run on Linux 32 bit:

curl -LO https://github.com/bethesque/pact-mock_service/releases/download/0.7.1/pact-mock-service-0.7.1-1-linux-x86.tar.gz
tar xzf pact-mock-service-0.7.1-1-linux-x86.tar.gz
cd pact-mock-service-0.7.1-1-linux-x86
./pact-mock-service -p 1234

To install and run on Windows:

Download package, unzip, cd to pact-mock-service-0.7.1-1-win32 and then run:

$ .\bin\pact-mock-service.bat -p 1234