Software Installation

Drupal Installation Notes

Instructions to install Drupal 8 can be found here.

Shiny Server Installation Notes

Instructions for installing shiny server can be found here.

REDCap Installation Notes

REDCap software and support are available to institutions that join the REDCap Consortium. Go to their website to learn more about REDCap and register with the Consortium to download REDCap. Follow the installation instructions in the installation package and install the redcap directory inside your Drupal directory.

If configuring Drupal for clean URLs, add an exception to the rewrite rules in your web server configuration for the redcap directory. For example:

        <Directory /var/www/html/redcap>
                RewriteEngine off
        </Directory>

 

Add a comment or report a problem with this page

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.