README.md in pact_broker-1.0.0 vs README.md in pact_broker-1.1.0
- old
+ new
@@ -19,12 +19,14 @@
* Display pacts in HTML format.
* Allow "tagging" of pacts so that the provider can be verified against the production version of a pact.
## Usage
+* Create a database using a product that is supported by the Sequel gem (listed on this page http://sequel.jeremyevans.net/rdoc/files/README_rdoc.html). At time of writing, Sequel has adapters for: ADO, Amalgalite, CUBRID, DataObjects, DB2, DBI, Firebird, IBM_DB, Informix, JDBC, MySQL, Mysql2, ODBC, OpenBase, Oracle, PostgreSQL, SQLAnywhere, SQLite3, Swift, and TinyTDS
+* Install ruby 1.9.3 or later
* Copy the [example](/example) directory to your workstation.
-* Modify the config.ru and Gemfile as desired (eg. choose database driver gem)
+* Modify the config.ru and Gemfile as desired (eg. choose database driver gem, set your database credentials)
* Run `bundle`
* Run `bundle exec rackup`
* Open [http://localhost:9292](http://localhost:9292) and you should see the HAL browser.
-For production usage, use a web application server like Phusion Passenger to serve the Pact Broker application.
+For production usage, use a web application server like [Phusion Passenger](https://www.phusionpassenger.com) to serve the Pact Broker application.