Skip to content

Commit

Permalink
Add deployment notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 28, 2024
1 parent 803f9b7 commit 7557fd1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ and Hasura up, then run pytest and _SERIE_ using Docker Compose:
docker compose run --use-aliases test
```

### Deployment

See https://github.com/FNNDSC/charts
### Deployment Notes

- The only environment variable needed by _SERIE_ is `CHRIS_URL`, which should be set
to the API URL of _CUBE_ e.g. `https://cube.chrisproject.org/api/v1/`
- The configuration of _SERIE_ happens in Hasura. You can use the Hasura console to
edit the configuration, or use [hasura-cli](https://hasura.io/docs/latest/hasura-cli/overview/)
configure _SERIE_ via Hasura metadata YAML files. See the example in
[hasura/.../public_pacsfiles_pacsfile.yaml](hasura/metadata/databases/chris/tables/public_pacsfiles_pacsfile.yaml).

0 comments on commit 7557fd1

Please sign in to comment.