WordPress 安裝程序

1 下載最新版 Wordpress

cd /var/www/html/
wget http://wordpress.org/latest.zip
unzip latest.zip
chown -R apache:apache wordpress

2 開始基本設定

  • 透過 phpMyAdmin 在 localhost MySQL 建立 wordpress 的資料庫以及 wordpress 存取的帳號密碼
  • 透過網頁安裝設定 wordpress : http://xxx.xxx.xxx/wordpress ←- 依據只是經過三個步驟就可以安裝完成
  • 使用 admin 與預設密碼(0adf3e 這樣的密碼) 登入, 先將預設密碼改成你要的密碼

3 中文化

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');
:
 
回到頁頂
tech/wordpress.txt · 上一次變更: 2008/08/21 07:26 來自 jonathan
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0