Accrual to Clinical Trials
Space shortcuts
Space Tools

Versions Compared

Key

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

...

Tip Box
titleDockerhub

Our public Dockerhub repository page is here: ACT On this page you will find abridged instructions on how to run this image into a container on your local host.

...


UI Steps
sizelarge


UI Step

Download this script: launcher  This script is a helper that will prompt

...

for parameters that are unique to your site.

...

Then the script will execute

...

a Docker run

...

with these parameters

 

Step 1. Fetch the ACT Docker archive from here: Download

Step 2. 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 projectImage Removed

 

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

Image Removed

 

...


UI Step

Pull the Docker image by: 

Code Block
languagebash
themeEmacs
docker pull i2b2/act-web



UI Step

Run the launcher script that you downloaded in Step 1. 

Code Block
languagebash
themeEmacs
./launcher.sh



UI Step

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

Image Modified

 

...


UI Step

The script will now prompt you for your i2b2 domain. Enter it here.
Image Modified

 

...


UI Step

The script will now prompt you for your PM cell URL. Enter it here.
Image Modified

 

...


UI Step

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.

Image Removed

 

...

Image Added


UI Step

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

Image Modified



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

You have completed all the steps! Here are some helpful Docker commands:

...

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 

Here are the two contianers URL containers' URLs running at the same time! Note the port numbers.

...

To get to the act_container's shell, type in: docker exec -it act_container sh.  Below you You can see this in the example below, here I did a ls , once inside the 
contianers container's shell. to To leave the shell, type in exit. This will bring you back to the host OS.

...