You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -121,8 +121,8 @@ Use the HAL browser to view documentation as you browse.
121
121
* unix users just use your package manager
122
122
* Run `git clone git@github.com:pact-foundation/pact_broker.git && cd pact_broker/example`
123
123
* Run `bundle install`
124
-
* Run `bundle exec rackup -p 8080` (this will use a Sqlite database. If you want to try it out with a Postgres database, see the [README](https://github.com/pact-foundation/pact_broker/tree/master/example) in the example directory.)
125
-
* Open [http://localhost:8080](http://localhost:8080) and you should see a list containing the pact between the Zoo App and the Animal Service.
124
+
* Run `bundle exec rackup -p 9292 -o 0.0.0.0` (this will use a Sqlite database. If you want to try it out with a Postgres database, see the [README](https://github.com/pact-foundation/pact_broker/tree/master/example) in the example directory.)
125
+
* Open [http://localhost:9292](http://localhost:9292) and you should see a list containing the pact between the Zoo App and the Animal Service.
126
126
* Click on the arrow to see the generated HTML documentation.
127
127
* Click on either service to see an autogenerated network diagram.
128
128
* Click on the HAL Browser link to have a poke around the API.
0 commit comments