Skip to content

Commit

Permalink
Added upgrade command to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jul 22, 2024
1 parent 61768ff commit 9c97a1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ ORCID middleware to enable our researchers to designate GW as a trusted partner
```
user: "UID:GID"
```
- To setup the database, run the migrations:
```
docker exec -it orcid-integration-flask-app-1 /bin/bash
flask db upgrade
```
8. If you need to provide an XML file to your SAML IdP, with the `flask-app` container running, do the following:
```
docker exec -it orcid-integration-flask-app-1 /bin/bash
Expand Down

0 comments on commit 9c97a1b

Please sign in to comment.