Changes between Initial Version and Version 1 of i2b2 Gotchas Domain


Ignore:
Timestamp:
12/10/15 10:17:25 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 Gotchas Domain

    v1 v1  
     1= i2b2 Gotchas Domain
     2
     3Tags: [[i2b2]] [[Gotchas]]
     4
     5The word "domain" is used within the i2b2 world. Not yet sure of its meaning. The following appears in the "Data Installation Guide_1-5-1.pdf".
     6{{{
     7The data loaded into the three i2b2hive db_lookup tables presumes that the default target location pointing
     8to the hive you are currently setting up is “i2b2demo”.
     9
     10This target location is also referred to as the domain of the hive and should match the
     11domain that is setup in during PM setup.
     12
     13In the client i2b2.properties file:
     14            I2b2.1=demo,REST,http://webservices:9090/i2b2/rest/PMService/
     15            I2b2.2=HarvardDemo,REST,http://services.i2b2.org/PM/rest/PMService/
     16            #I2b2.3=YourSite,REST,http://jbossHost:jbossPort/i2b2/rest/PMService/
     17
     18The I2b2.1 target location (“demo”) points to the hive residing on the vmware image.
     19
     20The I2b2.2 target location (“HarvardDemo”) points to the hive residing at Harvard.
     21
     22The data installed at Harvard is identical to the data provided in this package.
     23
     24The hive you are currently setting up is I2b2.3. Please be sure to rename “YourSite” to “i2b2demo”.
     25}}}
     26
     27I haven't yet checked the data inserted into the tables, but the properties file referred to regarding the client is (I believe) the workbench properties file. The tags I2b2.1 through to 3 (in effect I2b2.n where n is a number referring to the domains you wish to access) is used to populate the dropdown list in the login box for the workbench.
     28
     29The webclient (installed at PM cell installation time) also has a javascript config file referred to in the PM_Installation_Guide_1-5.pdf where you will find the following:
     30{{{
     31The webclient is pre-configured for a localhost domain of ‘i2b2demo’. If you are
     32upgrading from a system with a different domain or want to specify a different
     33domain, edit the file admin/i2b2_config_data.js accordingly.
     34
     35   {name: "localhost",
     36       domain: "yourDomain",
     37       debug: true,
     38       urlCellPM: "http://localhost:9090/i2b2/rest/PMService/"
     39   }
     40
     41}}}
     42So "yourDomain" should be changed to "i2b2demo", or whatever name you choose for the domain installation.
     43
     44[[BackLinks]]