diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index ab5f604ca2..0f42d8ec04 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -83,7 +83,7 @@ Run from the command prompt 1. From the cordapp-example folder, deploy the nodes by running ``gradlew deployNodes`` 2. Start the nodes by running ``call kotlin-source/build/nodes/runnodes.bat`` 3. Wait until all the terminal windows display either "Webserver started up in XX.X sec" or "Node for "NodeC" started up and registered in XX.XX sec" -4. Test the CorDapp is running correctly by visiting the front end at http://localhost:10007/web/example/ +4. Test the CorDapp is running correctly by visiting the front end at http://localhost:10009/web/example/ Run from IntelliJ ^^^^^^^^^^^^^^^^^ @@ -103,7 +103,7 @@ Run from IntelliJ 6. At the top-right of the screen, to the left of the green ``play`` arrow, you should see a dropdown. In that dropdown, select ``Run Example Cordapp - Kotlin`` and click the green ``play`` arrow. 7. Wait until the run windows displays the message ``Webserver started up in XX.X sec`` -8. Test the CorDapp is running correctly by visiting the front end at `http://localhost:10007/web/example/ +8. Test the CorDapp is running correctly by visiting the front end at http://localhost:10009/web/example/ .. _mac-label: @@ -137,7 +137,7 @@ Run from the terminal 1. From the cordapp-example folder, deploy the nodes by running ``./gradlew deployNodes`` 2. Start the nodes by running ``kotlin-source/build/nodes/runnodes``. Do not click while 8 additional terminal windows start up. 3. Wait until all the terminal windows display either "Webserver started up in XX.X sec" or "Node for "NodeC" started up and registered in XX.XX sec" -4. Test the CorDapp is running correctly by visiting the front end at http://localhost:10007/web/example/ +4. Test the CorDapp is running correctly by visiting the front end at http://localhost:10009/web/example/ Run from IntelliJ ^^^^^^^^^^^^^^^^^ @@ -157,7 +157,7 @@ Run from IntelliJ 6. At the top-right of the screen, to the left of the green ``play`` arrow, you should see a dropdown. In that dropdown, select ``Run Example Cordapp - Kotlin`` and click the green ``play`` arrow. 7. Wait until the run windows displays the message ``Webserver started up in XX.X sec`` -8. Test the CorDapp is running correctly by visiting the front end at `http://localhost:10007/web/example/ +8. Test the CorDapp is running correctly by visiting the front end at `http://localhost:10009/web/example/ Corda source code ----------------- @@ -190,4 +190,4 @@ By then, you'll be ready to start writing your own CorDapps. Learn how to do thi :doc:`flow cookbook ` and the `samples `_ along the way. If you encounter any issues, please see the :doc:`troubleshooting` page, or ask on -`Stack Overflow `_ or via `our Slack channels `_. \ No newline at end of file +`Stack Overflow `_ or via `our Slack channels `_.