導入
freetype2とgdをインストールする。
$ sudo yum install freetype $ sudo yum install gd php-gd
Postgresqlをインストールする。
$ sudo yum install postgresql postgresql-server php-pgsql
EC-Cubeのダウンロードして展開する。
$ wget http://downloads.ec-cube.net/src/eccube-2.4.0.tar.gz $ tar xpvfz eccube-2.4.0.tar.gz $ mv eccube-2.4.0/* ECCUBE_HOME $ sudo chmod 777 ECCUBE_HOME/html/install/temp
データベースの設定
サーバを起動しておく
$ sudo /etc/init.d/postgresql start
# chkconfig postgresql on
