Sha256: 9d58d0e3b65b594870ce3e8f914d0052c743a56a680abbd279cd3830e6a2fb6c
Contents?: true
Size: 652 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-2.15.0 | DEVELOPER_SETUP.md |