Skip to content

Commit 78ef0e1

Browse files
committed
updated doc
1 parent 0266949 commit 78ef0e1

File tree

2 files changed

+7
-26
lines changed

2 files changed

+7
-26
lines changed

README.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -51,31 +51,15 @@ This repository contains the necessary files to deploy the OMOP database using K
5151
| VOCAB_PG_PASSWORD | Password of the administration user of the database | mysecretpassword *(must be the same as in database service)* |
5252
| VOCAB_PG_SCHEMA | Schema where the vocabulary will be loaded | omopcdm |
5353

54-
3. In order to load the vocabularies when the database is ready, the [vocab_loader](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/blob/main/vocab_script/scripts/vocab_loader.sh) script is used. This script uses the CSV files downloaded from [OHDSI ATHENA](https://athena.ohdsi.org/vocabulary/list) and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea). To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/vocab_script/files) folder. Don't change the files names, because the script uses them to load the vocabularies.
54+
3. In order to load the vocabularies when the database is ready, the [vocab_loader]() script is used. This script uses the CSV files downloaded from [OHDSI ATHENA]() and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea). To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files]() folder. Don't change the files names, because the script uses them to load the vocabularies.
5555
56-
4. When everything is ready, you must execute the [docker-compose.yaml](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/docker-compose.yaml) using this command:
56+
4. When everything is ready, you must execute the [docker-compose.yaml]() using this command:
5757
5858
```bash
5959
docker compose up -d
6060
```
6161
62-
### Bare Kubernetes
6362
64-
This method is for a vanilla Kubernetes cluster without any additional software. If you want to deploy the OMOP database in a Kubernetes cluster with Istio, you can use the [Istio Kubernetes](#istio-kubernetes) deployment method.
65-
66-
1. Clone this repository:
67-
68-
```bash
69-
git clone https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy.git
70-
```
71-
72-
2. In Kubernetes you should change all args variables and environment variables to the values you want. These are displayed in this format:
73-
74-
```yaml
75-
env:
76-
- name: VARIABLE_NAME
77-
value: VARIABLE_VALUE
78-
```
7963
8064
The variables used and its locations are:
8165
@@ -104,9 +88,9 @@ The variables used and its locations are:
10488
10589
**THIS VARIABLES SHOULD BE PUT ON THE ARGS SECTION AND THE ENV SECTION**
10690
107-
3. In order to load the vocabularies when the database is ready, the [vocab_loader](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/blob/main/vocab_script/scripts/vocab_loader.sh) script is used. This script uses the CSV files downloaded from [OHDSI ATHENA](https://athena.ohdsi.org/vocabulary/list) and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea) To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/vocab_script/files) folder. Don't change the files names, because the script uses them to load the vocabularies.
91+
3. In order to load the vocabularies when the database is ready, the [vocab_loader]() script is used. This script uses the CSV files downloaded from [OHDSI ATHENA](https://athena.ohdsi.org/vocabulary/list) and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea) To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files]() folder. Don't change the files names, because the script uses them to load the vocabularies.
10892

109-
4. When everything is ready, you must execute the [kubernetes.yaml](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/kubernetes.yaml) using this command:
93+
4. When everything is ready, you must execute the [kubernetes.yaml]() using this command:
11094

11195
```bash
11296
kubectl apply -f kubernetes/bare-kubernetes/001_OMOP-Secrets.yaml
@@ -171,10 +155,10 @@ This tutorial deploys a new namespace called Datamesh, with a policy that only a
171155

172156
**THIS VARIABLES SHOULD BE PUT ON THE ARGS SECTION AND THE ENV SECTION**
173157

174-
4. In order to load the vocabularies when the database is ready, the [vocab_loader](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/blob/main/vocab_script/scripts/vocab_loader.sh) script is used. This script uses the CSV files downloaded from [OHDSI ATHENA](https://athena.ohdsi.org/vocabulary/list) and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea). To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/vocab_script/files) folder. Don't change the files names, because the script uses them to load the vocabularies.
158+
4. In order to load the vocabularies when the database is ready, the [vocab_loader]() script is used. This script uses the CSV files downloaded from [OHDSI ATHENA](https://athena.ohdsi.org/vocabulary/list) and its part of [OHDSI BROADSEA repository](https://github.com/OHDSI/Broadsea). To load the vocabularies, you must download the CSV files from ATHENA and put them in the [vocab_script/files]() folder. Don't change the files names, because the script uses them to load the vocabularies.
175159
176160
177-
5. When everything is ready, you must execute the [kubernetes.yaml](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/tree/main/kubernetes.yaml) using this command:
161+
5. When everything is ready, you must execute the [kubernetes.yaml]() using this command:
178162
179163
```bash
180164
kubectl apply -f kubernetes/istio/001_datamesh.yaml
@@ -212,4 +196,4 @@ See the License for the specific language governing permissions and
212196
limitations under the License.
213197
```
214198
215-
See [LICENSE](https://gitlab.lst.tfo.upm.es/idea4rc/omop-deploy/-/blob/main/LICENSE) for details.
199+
See [LICENSE](./LICENSE) for details.

vocab_script/files/THIS_FOLDER.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)