Accrual to Clinical Trials
Space shortcuts
Space Tools
Accrual to Clinical Trials ACT

Versions Compared

Key

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


Info Box
titlePurpose

The Patient Set Viewer and other 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.


projectdoc-steps-macrobox-note
titleAccess

In the

Make sure you have an entry in

ACT_config.php file, we have provided a default location for your working

_directory
  • Create this path on your web server
  • Give write permission to the web server for this directory

    directory. It is: /opt/viewer_jobs. You have to provide the correct access by running the chmod command as shown.


    Code Block
    languagebash
    themeEmacs
    titleCreate working directory
    mkdir /opt/viewer_jobs
    chmod -R a+w 
    For example, on your DEV server  chmod 777
    /opt/viewer_jobs
     





    Warning
    titleNO HTTP(S) accessNot publicly accessible

    Make sure web (HTTP) access is not allowed to this directory

    ...

    Accrual to Clinical Trials ACT