apt-get install php4 php4-pgsql php4-gd postgresql-7.4 apache2
必要なものはこのくらい。
そんでもって、postgresqlのセットアップ
cd /etc/postgresql/7.4/main/
vi postgresql.conf
次の行を追加
tcpip_socket = true
/etc/init.d/postgresql restart
sudo su - postgres
createuser root
createdb eccube_db
psql eccube_db
create user eccube_db_user with password 'aiueo'
ここまででDBの下準備はオッケー
あとは /var/www に eccubeを展開して
http://localhost/eccube-1.3.2/html/install.php
を起動するだけ
とりあえずDBのセットアップも出来たし、明日から遊んでみよう
登録:
コメントの投稿 (Atom)
0 コメント:
コメントを投稿