WordPress 1.2 released
終於等到了!!
於是我就把原本的 1.0 版升級了
本篇文章將簡介 WordPress 1.2 的安裝、升級及中文化
WordPress 1.2 changelog
1.
至官方網站下載 wordpress-1.2-mingus.zip
解壓縮檔案後得到一個 wordpress 的目錄
亦可參考中文 WordPress 專案
直接安裝由 zonble 整理的繁體中文安裝包
2.
將 wordpress 內所有檔案移至你的網站根目錄下
ex: d:/wwwroot/blog
如此 http://你的網址/blog 就是你的 blog 所在
3.
在 MySQL 中建立 wordpress 專用的資料庫
4.
將 wp-config-sample.php 重新命名為 wp-config.php
並以編輯器編輯
找到
// ** MySQL settings ** //
define('DB_NAME', 'wordpress');
define('DB_USER', 'username');
define('DB_PASSWORD', 'password');
define('DB_HOST', 'localhost');
將’wordpress’、’username’、’username’、’localhost’
修改成你的資料庫名稱、資料庫使用者及密碼、資料庫位置
如果你的 MySQL 位於別台機器上,請把 localhost 改成資料庫伺服器的位址
5.
打開網頁瀏覽器, 網址列輸入 http://你的網址/blog/wp-admin/install.php
跟著步驟完成安裝
結束時得到 admin 帳號及一亂數密碼
6.
以 admin 登入,至 profile 更改密碼
7.
完成安裝
1.
備分你的資料以防萬一
2.
解壓縮檔案至你的blog目錄下
曾修改過的檔案, ex: index.php
選擇不要覆蓋
3.
打開瀏覽器輸入
http://你的網址/blog/wp-admin/upgrade.php
4.
完成
請見zonble大大所寫的 WordPress 1.2中文化




May 23rd, 2004 at 4:01 pm
[…] 正式版囉!感謝hsuyo的提醒。這裡順便列出參考連結: 安裝方式:hsuyo BLOG的文章 中文化方式:zonble’s @rsenal的文章 基本上來說是不錯 […]
May 23rd, 2004 at 9:03 pm
感謝告知!我也升級完成了,不過zonble的中文語系檔裡面有錯字(admin > upload)。呵呵……
February 16th, 2005 at 2:54 am
請問所謂的網站根目錄是不是sundomain?
如果不是,我應該在哪裡找到根目錄呢?
謝謝!! juusa^^
February 16th, 2005 at 7:24 am
網站根目錄通常要看安裝 web server 時所指定的目錄
像 microsoft 的 IIS 的話會是 “安裝路徑/wwwroot”
apache 的話是 “安裝路徑/htdocs”
另外常見的,學校所附的網頁空間和我租用的主機是 “user/public_html”
而你問的 sundomain (應該是su”b”domain?)
像我的 blog 位置是 www.hsuyo.idv.tw/blog
我也可以指定 blog.hsuyo.idv.tw 作為 blog 的 網址
則這個 blog.hsuyo.idv.tw 就是 hsuyo.idv.tw 的 subdomain
February 16th, 2005 at 6:59 pm
你好!謝謝你的回答!! ^^
我成功的安裝WP了…再一個問題就是依照zonble的中文化教學我的blog並沒有變成中文耶…@@ 該怎麼辦?
3Q!!! juusa
February 17th, 2005 at 4:51 am
其實要解決中文問題最快的方法
就是去下載中文 WordPress 專案中,由 zonble 整理的繁體中文安裝包