1. サーバ上で下記のコマンドを順次実行
wget http://mu.wordpress.org/wordpress-mu-x.x.x.tar.gz
unzip wordpress-mu-.x.x.x.tar.gzmysql -u root -p--create database wordpress;grant all on wordpress.* to hogehoge@localhost identified by 'hogehoge';exit--mv wordpress-mu /var/www/html/wordpress
chown -R apache:apache /var/www/html/wordpress
2. ブラウザで下記のURLにアクセス
http://hogehoge/wordpress/index.php
3. 表示されたページの空欄に該当する内容を入力