php

wordpress install

php

wordpressをインストールしておく。使わないかもしれないが。インストール $ sudo yum -y install php-mbstring $ curl http://ja.wordpress.org/wordpress-3.2.1-ja.zip -o wordpress-3.2.1-ja.zip $ unzip wordpress-3.2.1-ja.zip $ mv wordpress /usr/loc…

nginx + php

phpも使いたいので設定。php install $ sudo yum -y install php php-cgi nginx php 連携にspawn-fcgiを使用 $ sudo yum -y install spawn-fcgi $ cat /etc/init.d/php-fastcgi #!/bin/sh # # spawn-fcgi Start and stop FastCGI processes # # chkconfig: -…