0

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?

Jérôme Verstrynge
  • 57,710
  • 92
  • 283
  • 453

1 Answers1

1

Seems that you are using Windows, or you just lost the permission information.

Choose one solution:

  1. Try fetching files by git clone.
  2. I just updated this repo. Try it out! It's easier now! (Follow the new README instructions)
laobubu
  • 146
  • 4