mirror of
https://github.com/corda/corda.git
synced 2025-02-11 13:16:10 +00:00
Windows curl warning (#2324)
* Windows curl warning (cherry picked from commit abb48b1) * Enhanced message (cherry picked from commit 5b0fe7c) * Ninja-character removal (cherry picked from commit 821a672)
This commit is contained in:
parent
ad1be79900
commit
e5857b8e45
@ -47,8 +47,15 @@ Initial Margin Agreement Process
|
|||||||
- Agree on the calculation of the above with the other party
|
- Agree on the calculation of the above with the other party
|
||||||
- In practice, pay (or receive) this margin (omitted for the sake of complexity for this example)
|
- In practice, pay (or receive) this margin (omitted for the sake of complexity for this example)
|
||||||
|
|
||||||
## Demo execution (step by step)
|
## Requirements
|
||||||
|
|
||||||
|
This document assumes you have cURL (curl) installed and ready to use. It is usually installed by default in many Linux
|
||||||
|
distributions and MacOS.
|
||||||
|
On Windows, there are numerous ways of installation, including [Cygwin](https://www.cygwin.com), [official distribution](https://curl.haxx.se),
|
||||||
|
package managers like [Chocolatey](https://chocolatey.org), [NuGet](https://www.nuget.org/), or [Windows Linux subsystem](https://docs.microsoft.com/en-us/windows/wsl/about).
|
||||||
|
Please refer to installation documents of your chosen source.
|
||||||
|
|
||||||
|
## Demo execution (step by step)
|
||||||
|
|
||||||
**Setting up the Corda infrastructure**
|
**Setting up the Corda infrastructure**
|
||||||
|
|
||||||
@ -66,7 +73,7 @@ To run from the command line in Windows:
|
|||||||
|
|
||||||
From the command line run
|
From the command line run
|
||||||
|
|
||||||
curl http://localhost:10005/api/simmvaluationdemo/whoami
|
curl http://localhost:10005/api/simmvaluationdemo/whoami
|
||||||
|
|
||||||
The response should be something like
|
The response should be something like
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user