Sha256: 17f7ded01cf0f95c1210b6b245ce7e75e9768adfcbe19c3b3627706e15e204bd
Contents?: true
Size: 652 Bytes
Versions: 17
Compression:
Stored size: 652 Bytes
Contents
# Developer setup * You will need to install Ruby 2.4, and preferably a ruby version manager. I recommend using [chruby][chruby] and [ruby-install][ruby-install]. * Install bundler (the Ruby gem dependency manager) `gem install bundler` * Check out the pact_broker repository. * Run `bundle exec pact_broker:dev:setup`. This will create an example application that you can run locally, that uses the local source code. * To run the example: cd dev bundle exec rackup * The application will be available on `http://localhost:9292` [chruby]: https://github.com/postmodern/chruby [ruby-install]: https://github.com/postmodern/ruby-install
Version data entries
17 entries across 17 versions & 1 rubygems