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 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.

--

TODO start here

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

Code Block
languagebash
themeRDark
curl -u username:password -w "\n%{response_code}\n" -k -X PUT "https://shrine-hub.faraway.com:6443/shrine-api/hub/createNode/yourNodeKey?nodeName=your%20Node%20Name&userDomain=yourDomain&adminEmail=you@example.com&sendQueries=false"
# 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: Start tomcat.

Code Block
languagebash
themeRDark
sudo service shrine start

...

Code Block
languagebash
themeRDark
# The hub admin will run
curl -u username:password -w "\n%{response_code}\n" -k -X PUT "https://shrine-hub.faraway.com:6443/shrine-api/hub/modifyNode/yourNodeKey?sendQueries= 
./shrineLifecycle modifyNode yourNodeKey sendQueries="true"

Once your hub admin has done that, use your browser to run another test query to see results from your node listed with the others.