From abb3622ea4349632e10d10d16726c48399d12f92 Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Mon, 24 Apr 2017 14:00:06 +0100 Subject: [PATCH] Correct IRS web server ports Correct the IRS demo web server ports in the documentation to match the ports specified in samples/irs-demo/build.gradle. --- docs/source/running-the-demos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/running-the-demos.rst b/docs/source/running-the-demos.rst index 86fa5196b4..f757ec1a3e 100644 --- a/docs/source/running-the-demos.rst +++ b/docs/source/running-the-demos.rst @@ -104,7 +104,7 @@ To run from IntelliJ: The date change rolls the clock forwards and causes the nodes to agree on the fixings over a period. This demo also has a web app. To use this, run nodes and upload rates, then navigate to -http://localhost:10005/web/irsdemo and http://localhost:10007/web/irsdemo to see each node's view of the ledger. +http://localhost:10007/web/irsdemo and http://localhost:10010/web/irsdemo to see each node's view of the ledger. To use the web app, click the "Create Deal" button, fill in the form, then click the "Submit" button. You can then use the time controls at the top left of the home page to run the fixings. Click any individual trade in the blotter to view it.