VPS に OpenShift Origin をインストールし、最小限の CentOS を新たにインストールしました。
現在、ブログを実行するためにワードプレス インスタンスをデプロイしようとしています。ブログ投稿に従って、これらのコマンドを使用しました。
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 カートリッジを追加してアクセスしようとしましたが、正常に動作します。
MySQL 拡張機能の要件を定義するなど、Wordpress の構成に何か問題がありますか?