Skip to content

Standalone Pact Mock Service v0.7.2

Choose a tag to compare

@bethesque bethesque released this 07 Oct 09:58
· 380 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/v0.7.2/pact-mock-service-0.7.2-1-osx.tar.gz
tar xzf pact-mock-service-0.7.2-1-osx.tar.gz
cd pact-mock-service-0.7.2-1-osx/bin
./pact-mock-service -p 1234

To install and run on Linux 64 bit:

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

To install and run on Linux 32 bit:

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

To install and run on Windows:

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

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