我已经在我的 VPS 上安装了 OpenShift Origin,并安装了全新的最小 CentOS。
现在我正在尝试部署一个 wordpress 实例来运行博客,并且我按照博客文章来使用这些命令。
rhc app create wordpress php-5.4 mysql-5.5 --fromcode=https://github.com/openshift/wordpress-example
git add *
git commit -m init
上传过程完成,没有任何错误。
Your application 'wordpress' is now available.
URL: http://******/
SSH to: ******@******
Git remote: ssh://******@******/~/git/wordpress.git/ Cloned to: /Users/amphineko/Temp/wordpress
然后当我访问上面提供的 URL (http:// ** /) 时,它告诉我有问题。
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
但是我尝试通过 Web 控制台在同一个应用程序下添加一个 phpmyadmin 墨盒并访问它,它工作正常。
我的 Wordpress 配置有问题吗,比如定义 MySQL 扩展的要求?