-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Md Saber Hossain edited this page Apr 26, 2024
·
2 revisions
git clone https://github.com/Missouri-BMI/I2B2_ON_PCORNET_CDM
git clone https://github.com/Missouri-BMI/I2B2_SERVERLESS
BEGIN
CREATE DATABASE IF NOT EXISTS I2B2_DB;
USE DATABASE I2B2_DB;
CREATE OR REPLACE SCHEMA I2B2DATA;
CREATE OR REPLACE SCHEMA I2B2METADATA;
CREATE OR REPLACE SCHEMA I2B2HIVE;
CREATE OR REPLACE SCHEMA I2B2PM;
CREATE OR REPLACE SCHEMA I2B2WORKDATA;
END;
cd I2B2_SERVERLESS/Docker/data-installer
change database connection properties in config/ path
./docker-build # sh docker-build
./docker-run
cd I2B2_ON_P_CDM/ONTOLOGY_TABLES
modfiy conf/snowsql.cnf
./docker-build
./docker-run
cd I2B2_ON_P_CDM/CDM_DATA
put your db configure file in the env directory
docker-compose --env-file ./env/dev/.env up --build