Skip to content

Commit

Permalink
Refine instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Aug 18, 2023
1 parent 9195cfd commit e18054c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ Edit values in `.env` to point to existing postgresql databases.

See `nmdc_server/config` for configuration. Env variable names begin with `NMDC_`.

1. Create an OrcID account at orcid.org
1. Create an OrcID API Token in the [developer tools](https://orcid.org/developer-tools)
1. Create an OrcID account at [orcid.org](https://orcid.org).
1. Create an Application via the OrcID [developer tools](https://orcid.org/developer-tools) page.
- Set the Redirect URIs (the first and only one) to `http://127.0.0.1:8080`
- Note: OrcID has changed the validation logic for this form field over time.
- In case you run into validation errors, you may find [this issue](https://github.com/microbiomedata/nmdc-server/issues/1041) helpful.
- You will use the resulting **Client ID** and **Client Secret** in the next step.
1. Set the following configuration in `.env`, and then restart the stack.

```bash
Expand Down

0 comments on commit e18054c

Please sign in to comment.