Accrual to Clinical Trials
Space shortcuts
Space Tools

Versions Compared

Key

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

...

Step 4. The script will prompt your for your SHRINE URL. Enter in your SHRINE URL.

 

Step 5. The script will now prompt you for your i2b2 domain. Enter it here.

 

Step 6. The script will now prompt you for your PM cell URL. Enter it here.

 

Step 7. The script will now build the ACT image, and run the ACT container.  All outputs of these commands can be found in ACTStart.log

Note
titleNote

This building of the ACT image can take up to several minutes to complete.

 

Step 8. Verify the ACT Web Client is running by going to http://your_hostname:5001 in a browser. 

...

To run a container based on the act _ image, type in docker run --name [anyname] -d -p [hostPort:80] act_ name of image]
In the exmaple beow we have started two ACT containers running at the same time 

...