From 02b6bae73027fcb0054caa997a602cbc54d18c67 Mon Sep 17 00:00:00 2001 From: RayPlante Date: Tue, 1 Oct 2024 12:41:37 -0400 Subject: [PATCH] {midas,people}server: add note to README that pre-building is not necessary --- docker/midasserver/README.md | 3 +++ docker/peopleserver/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docker/midasserver/README.md b/docker/midasserver/README.md index 4750d86..3f5c92b 100644 --- a/docker/midasserver/README.md +++ b/docker/midasserver/README.md @@ -21,6 +21,9 @@ To run this server "out of the box" requires: `docker compose version`. * The [oar-pdr-py repository](https://github.com/usnistgov/oar-pdr-py) cloned onto your machine. +It is not necessary to build the python software separately; this can be done on-the-fly the first +time your script run the server script. + ## Starting and stopping the server To run the server, you should open a terminal and change into your local clone of the `oar-pdr-py` diff --git a/docker/peopleserver/README.md b/docker/peopleserver/README.md index e443203..fdf002d 100644 --- a/docker/peopleserver/README.md +++ b/docker/peopleserver/README.md @@ -21,6 +21,9 @@ To run this server "out of the box" requires: `docker compose version`. * The [oar-pdr-py repository](https://github.com/usnistgov/oar-pdr-py) cloned onto your machine. +It is not necessary to build the python software separately; this can be done on-the-fly the first +time your script run the server script. + ## Starting and stopping the server To run the server, you should open a terminal and change into you local clone of the `oar-pdr-py`