Accrual to Clinical Trials
Space shortcuts
Space Tools

Versions Compared

Key

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

...

Tip
titleSHRINE URL template

In most cases, your SHRINE URL will be http://your_hostname:9090/i2b2/services/PMService/ The your_hostname part of the URL is the host name or domain name of the web server where ACT is installed.

In the root folder of the ACT Web Client there is the ACT_config.php file. In here you can edit the shrine_url entry. 

Code Block
languagephp
themeMidnight
titleEdit ACT_config.php
return array(
         'shrine_url' => 'your_SHRINE_URL_here',
         'working_directory' => '/opt/viewer_jobs',
         'site_name' => 'your_site_name',
         'debug_logging' => false,
             'shrine_connector_logging' => false
         );