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 19 Next »

Unzip Folders and Files

Download

Version 1.1 is released to ACT sites as a zipped folder containing the ACT web-client named act-webclient. To deploy the web-client at a local site user must first unzip the act-webclient folder into a local drive. After unzip, the directory structure of the folder will look like this:


Purpose

 

The ACT software requires a working directory. Here the software creates and updates files for background jobs, caching, and other tasks. The software needs create and write access to this working directory.

Access

 

In the ACT_config.php file, we have provided a default location for your working directory. It is: /opt/viewer_jobs. You have to provide the correct access by running the chmod command as shown.

Create working directory
mkdir /opt/viewer_jobs
chmod -R a+w /opt/viewer_jobs


Not publicly accessible

Make sure web access is not allowed to this directory

Storage Needs

At least 0.5 Gigabyte of space is recommended for your working directory






 

  • No labels