Versions Compared

Key

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

...

  1. Once you select your node key value, it cannot be changed in the hub. Please select a value unique for your site. It is never displayed in the UI so should be insulated from branding considerations.
  2. Please keep your preferred node name descriptive and concise.  This is the value that will be displayed in query result outputs, so consider branding carefully. It is easy to change.
  3. Please use an i2b2 domain that reasonably reflects your site. Please do Do not use the default value.
  4. For your sys admin email address, consider using an alias email for your team to simplify your vacation plans.
  5. If your network uses AWS SQS then use the downstream node's tomcat's AWS user id ARN for momId. It should look something like "arn:aws:iam::9876543210:user/yourHospital-Shrine" .

    TODO Kafka

The hub admin will run this shrine lifecycle command to add your node to the network:

Code Block
languagebash
themeRDark
# The hub admin will run
./shrineLifecycle createNode key=yourNodeKey name="Your Hospital Name" userDomainName=yourHospital queueName=yourHospital adminEmail="yourEmail@yourHospital.edu" momId="yourHospital" sendQueries="false"

...


After you hear from your hub admin that they have run that command start tomcat: 

...