如何在 Openshift 上安装 PHP5?
How to install PHP5 on Openshift?
我正在尝试使用可用的说明安装 PHP5 here。
但是,当我执行:nohup ${OPENSHIFT_REPO_DIR}/misc/make.sh &
时,我得到:
nohup: failed to run command .../make.sh: Permission denied
消息在 nohup: ignoring input and appending output to nohup.out
.
之上
我已经尝试 sudo
,但我无法访问 sudo
(当然)。
有没有人有在 Openshift 上安装 PHP5 的清晰、完整和可操作的说明?
您似乎正在使用 Windows,或者您只是丢失了权限信息。
选择一个解决方案:
- 尝试通过
git clone
获取文件。
- 我刚刚更新了这个存储库。试试看!现在更容易了! (遵循新的 README 说明)
我正在尝试使用可用的说明安装 PHP5 here。
但是,当我执行:nohup ${OPENSHIFT_REPO_DIR}/misc/make.sh &
时,我得到:
nohup: failed to run command .../make.sh: Permission denied
消息在 nohup: ignoring input and appending output to nohup.out
.
我已经尝试 sudo
,但我无法访问 sudo
(当然)。
有没有人有在 Openshift 上安装 PHP5 的清晰、完整和可操作的说明?
您似乎正在使用 Windows,或者您只是丢失了权限信息。
选择一个解决方案:
- 尝试通过
git clone
获取文件。 - 我刚刚更新了这个存储库。试试看!现在更容易了! (遵循新的 README 说明)