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

Version Path
pact_broker-2.24.0 DEVELOPER_SETUP.md
pact_broker-2.23.4 DEVELOPER_SETUP.md
pact_broker-2.23.3 DEVELOPER_SETUP.md
pact_broker-2.23.2 DEVELOPER_SETUP.md
pact_broker-2.23.1 DEVELOPER_SETUP.md
pact_broker-2.23.0 DEVELOPER_SETUP.md
pact_broker-2.22.0 DEVELOPER_SETUP.md
pact_broker-2.21.0 DEVELOPER_SETUP.md
pact_broker-2.20.0 DEVELOPER_SETUP.md
pact_broker-2.19.2 DEVELOPER_SETUP.md
pact_broker-2.19.1 DEVELOPER_SETUP.md
pact_broker-2.19.0 DEVELOPER_SETUP.md
pact_broker-2.18.0 DEVELOPER_SETUP.md
pact_broker-2.17.1 DEVELOPER_SETUP.md
pact_broker-2.17.0 DEVELOPER_SETUP.md
pact_broker-2.16.1 DEVELOPER_SETUP.md
pact_broker-2.16.0 DEVELOPER_SETUP.md