ctsit / redcap_deployment

Scripted REDCap deployment tools at UF CTSI
BSD 3-Clause "New" or "Revised" License
5 stars 13 forks source link

Folder 'edocs' is missing #52

Open marlycormar opened 5 years ago

marlycormar commented 5 years ago

The deployment scripts do not create the edocs folder. As a result, in Control Center > Configuration Check, we get the following error:

TEST 1: Establish basic REDCap file structure 
Search for necessary files and folders that should be located in the main REDCap folder (i.e. "/var/www.backup/redcap-YYYYMMDDThhmm").
• edocs - MISSING!
pbchase commented 5 years ago

The edocs folder exists, but redcap cannot find it for some reason. One fix is to make a symlink at the redcap default location to the true location. in the vagrant VM, this can be done via ln -s /var/edocs /var/www/redcap/, but this is a hacky solution. At the very least this needs to be parameterized. IT also needs to be tested to assure it will not break a production instance.