Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

CentOS6 + nginx + PHP5.4 + MariaDB10 + WordPress + node.jsの環境を構築する手順をまとめ CentOS-6.5-x86_64-minimalの環境にWordPressとREST APIの開発環境を構築するまでの手順を覚書。 環境: CentOS 6.5 x64 目次 Firewallを設定 nginxをYUM経由でインストール Remiリポジトリを追加してPHP5.4をインストール MySQLの代わりにMariaDBをインストール phpMyAdminをインストール WordPressをインストール REST API用にnode.jsをインストール REST API用にnginx設定ファイルを編集 1.Firewallを設定 ファイヤーウォール設定ツールをインストールして実行。 # yum install system-config-
nginx, centos, PHP現在入っているPHPとMySQLを削除しますこれをしないとバージョンに依存した物がちゃんと入らなかったのでまずは全部まっさらにします yum remove php* yum remove mysql* リポジトリを追加します wget http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/x86_64/epel-release-1-1.ius.el5.noarch.rpm wget http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/x86_64/ius-release-1.0-6.ius.el5.noarch.rpm rpm -Uvh epel-release-1-1.ius.el5.noarch.rpm ius-release-1.0-6.ius.el5
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く