my WP is ready
都说WordPress是5分钟建好,但在debian(etch)下却麻烦了我一阵子。
debian自己写了一套管理wp目录和配置的方式,不是WP标准的wp-config.php修改方式。
过程参照这里:
http://www.nerdylorrin.net/wiki/Wiki.jsp?page=WordPress
关键是 配置脚本放在了doc下却没打电话告诉我, 害我一番好找。上面的文档是装完后才google到的
装完后第一次设置成功,但是第二次打开页面还显示WP未安装:
It doesn’t look like you’ve installed WP yet. Try running install.php
从wp的官方找到了这个被推卸到mysql的问题:
http://wordpress.org/support/topic/58313
I noted that the wp_options table was marked: “In Use” on the PHP Myadmin Structure tab, even though the site was inaccessible.
It was fixed by running the following query:
mysql> repair table wp_options;
试了一下,确实有效。然后就是你看到的现在这个千篇一律的界面了。
顺便抱怨一下电信ADSL的速度: 400-600ms的延时,25%的丢包。
浏览比较卡而已,编辑则慢如牛。看来以后还是在家里编辑的好。