Skip to content

Standalone Pact Mock Service 0.2.3-rc1-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bethesque bethesque released this 03 Jan 06:19
· 484 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.2.3.pre.rc1/pact-mock-service-0.2.3-rc1-1-osx.tar.gz
tar xzf pact-mock-service-0.2.3-rc1-1-osx.tar.gz
cd pact-mock-service-0.2.3-rc1-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/v0.2.3.pre.rc1/pact-mock-service-0.2.3-rc1-1-linux-x86_64.tar.gz
tar xzf pact-mock-service-0.2.3-rc1-1-linux-x86_64.tar.gz
cd pact-mock-service-0.2.3-rc1-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/v0.2.3.pre.rc1/pact-mock-service-0.2.3-rc1-1-linux-x86.tar.gz
tar xzf pact-mock-service-0.2.3-rc1-1-linux-x86.tar.gz
cd pact-mock-service-0.2.3-rc1-1-linux-x86
./pact-mock-service -p 1234