I am trying to install PHP5 using the instructions available here.
However, when I perform: nohup ${OPENSHIFT_REPO_DIR}/misc/make.sh &
, I get a:
nohup: failed to run command .../make.sh: Permission denied
message on top of nohup: ignoring input and appending output to nohup.out
.
I have tried sudo
, but I don't have access as sudo
(of course).
Does anyone have clear, complete and operational instructions to install PHP5 on Openshift?