Versions Compared

Key

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

...

In general, they're presented in order from simplest to most complex. Also note that this list is almost certainly not exhaustive.

 

Single

...

node

This configuration creates a network of one: a single SHRINE node, backed by a single instance of i2b2, that accepts queries and exposes a web client. This is the configuration produced by SHRINE's install scripts when run against a stock i2b2 VM.

shrine.conf:
Code Block
shrine {
  ...

  queryEntryPoint {
    ...
  }

  hub {
    ...

    shouldQuerySelf = true
  }

  adapter {
    ...
  }
}

...