... | @@ -2,9 +2,9 @@ |
... | @@ -2,9 +2,9 @@ |
|
|
|
|
|
## Prerequisites
|
|
## Prerequisites
|
|
|
|
|
|
- Install R
|
|
- Install [R](https://cran.rstudio.com/)/[RStudio](https://posit.co/download/rstudio-desktop/)
|
|
- Install Java
|
|
- Install [Java](https://openjdk.org/)
|
|
- You will need a database to upload the data to. For testing purposes, you can use docker
|
|
- You will need a database to upload the data to. For testing purposes, you can use [docker](https://www.docker.com/)
|
|
|
|
|
|
```
|
|
```
|
|
docker run --name demo_omop -e POSTGRES_PASSWORD=lollypop -e POSTGRES_USER=postgres -p 5432:5432 -v ${PWD}/postgres:/var/lib/postgresql/data -v ${PWD}/backup:/backup -d postgres
|
|
docker run --name demo_omop -e POSTGRES_PASSWORD=lollypop -e POSTGRES_USER=postgres -p 5432:5432 -v ${PWD}/postgres:/var/lib/postgresql/data -v ${PWD}/backup:/backup -d postgres
|
... | | ... | |