Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Next, you will need to add the ACT SHRINE project into the pm_project_data table within the i2b2 database:

Code Block
languagesql
themerdark
$ psql -U postgres i2b2
 
i2b2=# set search_path = public;
 
i2b2=# insert into PM_PROJECT_DATA (project_id, project_name, project_wiki, project_path, status_cd) values ('ACTSHRINE', 'ACTSHRINE Ontology', 'http://open.catalyst.harvard.edu/display/SHRINE', '/ACTSHRINE', 'A');


Finally restart wildfly and tomcat.