Issue deploying REDCap instance #87
Unanswered
jonny-ibdr
asked this question in
Q&A
Replies: 1 comment
-
There's a difference between running deploy.sh inside the container vs. what happens at deploy time. At deploy time, the deploy.sh is executed in an Oryx container, which does contain the unzip package. I suspect the reason for the initial deployment failure was something else. Did you happen to take a look at the log file in the /home/site directory? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I ran into some issue deploying the bicep package, and I localized the issue to the
deploy.sh
failing to run. When I ran it manually, it would fail stating that theunzip
package could not be found. This is (obviously) a required package because the redcap instance needs to be unzipped and extracted to thesite/wwwroot
folder.The Fix
apt-get install unzip
bash site/repository/scripts/bash/deploy.sh
Is this an issue with just my instance or does the linux web app now not ship with this package pre-installed?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions