Prev / Next

2009-01-16 / WordPress をインストールしてみた

あとで書く

以下メモ.

- WordPress | 日本語
  http://ja.wordpress.org/

WordPress 2.7-ja の取得

wget -nd http://ja.wordpress.org/wordpress-2.7-ja.tar.gz
tar zxvf wordpress-2.7-ja.tar.gz


データベースの準備

mysqladmin -u user -p create wordpress
mysql -u user -p wordpress
mysql> GRANT  ALL ON wordpress.* To user IDENTIFIED BY 'password' WITH GRANT OPTION;


yum install php-mysql


echo "DirectoryIndex index.php" > .htaccess


Referrer (Inside):
[2009-04-22-5] WordPress をいじる
comments powered by Disqus