Skip to content

Commit

Permalink
Add how to add manage and permission info
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiAguilo committed Jan 31, 2025
1 parent 05a9ebb commit 566f4a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions beacon/connections/omopcdm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ database_port = 5432
database_name = 'synthetic_data_w_measurements'
```

## Add the backend information for each schema

Go to [../../source/manage.py](../../source/manage.py) and change the `database` property to `mongo` or `omopcdm`. Depending on where you are doing the queries.

## Add you dataset permissions

Go to [../../permissions/datasets/](../../permissions/datasets/) and add your dataset id in one of the `.yml` files, depending on the access of your users.

## Deploy the tool

```
Expand Down

0 comments on commit 566f4a5

Please sign in to comment.