Accrual to Clinical Trials
Space shortcuts
Space Tools
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

 

Building and running this container will require a recent supported instillation of the Docker Engine

You will also need root or superuser access to run this install. 

If you are not familiar with Docker

 

Step 1. Change directory into the root of the extracted archive.  If you do a directory listing you will see this:

change directory into the root of the extracted project

 

Step 2. Run the Build/Run script by typing in: ./startACT.sh  This is the script that will build and run the docker ACT container.

 

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

 

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

 

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

 

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

If there are any issues you can go to http://your_hostname:5001/ACT_requirements.php

 

Helpful Docker Commands

To delete the running act_container, enter in: docker container rm -f act_container

 

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

  • No labels