Skip to content

Commit

Permalink
docker/*server/README.md: fix typo in servers' docker directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Sep 18, 2024
1 parent 6365e4d commit a913a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/midasserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ scripts/midasserver -M -P midasdata
```

These will be available under the `http://localhost:9091/nsd` endpoint. See the
[people-service README documentation](../people-server/README.md) for details about using these
[peopleservice README documentation](../peopleserver/README.md) for details about using these
APIs.

## Using the service
Expand Down
6 changes: 3 additions & 3 deletions docker/peopleserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To run this server "out of the box" requires:
## 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`
repository. The server is launched using the `midasserver` script located in the `scripts`
repository. The server is launched using the `peopleserver` script located in the `scripts`
directory. Note when you run the script for the first time, it will automatically build all of
the python code and docker images (producing a lot of output to the screen); these are not rebuilt
by default on subsequent executions.
Expand All @@ -45,12 +45,12 @@ retrieved from the NSD service at NIST) using the `-d` option which identifies a
where the data records will be found; for example:

```bash
scripts/peopleserver --bg -d docker/people-server/data start
scripts/peopleserver --bg -d docker/peopleserver/data start
```

The start-up script will look for two files in that directory, `people.json` and `orgs.json`
(by default, these can be changed via the configuration file,
`docker/people-server/people_conf.yml`). These contain the person and organization records,
`docker/peopleserver/people_conf.yml`). These contain the person and organization records,
respectivel, formatted in JSON as an array of objects.

For more start-up options, see the help documentation by typing,
Expand Down

0 comments on commit a913a4c

Please sign in to comment.