cd /var/www/html/ wget http://wordpress.org/latest.zip unzip latest.zip chown -R apache:apache wordpress
cd wordpress/wp-includes wget http://rt.openfoundry.org/Foundry/Project/Download/Attachment/57477/40218/zhtw.tgz tar -zxvf zhtw.tgz cd .. vi wp-config.php
:
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
:
define ('WPLANG', 'zh_TW');
: