Skip to content

Commit 439a36b

Browse files
authoredMay 8, 2020
docs: add -o 0.0.0.0 to startup instructions
1 parent db59ba3 commit 439a36b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ Use the HAL browser to view documentation as you browse.
121121
* unix users just use your package manager
122122
* Run `git clone git@github.com:pact-foundation/pact_broker.git && cd pact_broker/example`
123123
* 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.
126126
* Click on the arrow to see the generated HTML documentation.
127127
* Click on either service to see an autogenerated network diagram.
128128
* Click on the HAL Browser link to have a poke around the API.

0 commit comments

Comments
 (0)
Please sign in to comment.