Skip to content

Commit bf2fd78

Browse files
committed
amending readmes post handover of sandbox deployment
1 parent 53d92e7 commit bf2fd78

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ The following software packages, or their equivalents, are expected to be instal
4949
- [Docker](https://www.docker.com/) container runtime or a compatible tool, e.g. [Podman](https://podman.io/),
5050
- [asdf](https://asdf-vm.com/) version manager,
5151
- [GNU make](https://www.gnu.org/software/make/) 3.82 or later,
52-
- [npm](https://www.npmjs.com/)
52+
- [npm](https://www.npmjs.com/) - Java version 17 or higher
53+
- [gsed]() - for MacOS only
5354

5455
> [!NOTE]<br>
5556
> The version of GNU make available by default on macOS is earlier than 3.82. You will need to upgrade it or certain `make` tasks will fail. On macOS, you will need [Homebrew](https://brew.sh/) installed, then to install `make`, like so:

sandbox/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ There are a number of examples of responses which can be returned by passing spe
3131
curl -X GET "http://0.0.0.0:9000/patient-check/<NHS_NUMBER>
3232
```
3333
34+
or for sandbox:
35+
```bash
36+
curl -X GET "https://sandbox.api.service.nhs.uk/eligibility-signposting-api/patient-check/1" -H "accept: application/json" -H "apikey: g1112R_ccQ1Ebbb4gtHBP1aaaNM"
37+
```
38+
3439
#### Example scenarios
3540
3641
| Patient ID | Response |
@@ -66,4 +71,5 @@ Instructions for creation and deployment of the sandbox specification can be fou
6671
To deploy the sandbox Docker image to AWS ECR, we use Proxygen CLI as follows:
6772
6873
1. Run `make build-and-publish-sandbox-image` to build the sandbox image and publish to the docker ECR repository.
69-
2. Run `make deploy-sandbox-spec` to build and publish the sandbox spec to the sandbox instance on APIM.
74+
2. Run `proxygen instance deploy sandbox eligibility-signposting-api build/specification/sandbox/eligibility-signposting-api.yaml`
75+
to build and publish the sandbox spec to the sandbox instance on APIM.

0 commit comments

Comments
 (0)