-
Notifications
You must be signed in to change notification settings - Fork 0
Services Deployment
FBernal-oPs edited this page Dec 3, 2020
·
2 revisions
The database must be ordered through USIT RT ticket system. Once the database team set up the database, TSD personal will install PostgreSQL as mentioned above. From the repo clone/download the four files into your local machine so to be transferred through Data TSD Portal. TSD personal will run the following commands:
psql -v ON_ERROR_STOP=1 -h p11-dbpg01.tsd.usit.no --username lega_test_user --dbname lega_test -f 01_main.sql
psql -v ON_ERROR_STOP=1 -h p11-dbpg01.tsd.usit.no --username lega_test_user --dbname lega_test -f 02_download.sql
psql -v ON_ERROR_STOP=1 -h p11-dbpg01.tsd.usit.no --username lega_test_user --dbname lega_test -f 03_ebi.sql
modify the 04_grants.sql
file and remove the creation of roles as they were precreated.
The setup of the RabbitMQ is done inside TSD by TSD personal only. The configuration file follows the definitions.json
file and must be filled out inside the TSD broker.