- 代碼: 選擇全部
wget http://wordpress.org/latest.tar.gz
tar -zxvf latest.tar.gz
mv -f wordpress /home/suskind/blog
chown -R www-data:www-data /home/suskind/blog
- 代碼: 選擇全部
aptitude install php4-mysql mysql-server
- 代碼: 選擇全部
mysqladmin -u root -p create blog
mysql -u root -p blog
GRANT select, insert, update, delete, create, alter ON blog.* TO
suskind@localhost IDENTIFIED BY '我的密碼';
- 代碼: 選擇全部
vi /etc/apache/httpd.conf
Alias /blog/suskind /home/suskind/blog
<Directory /home/suskind/blog>
Options FollowSymLinks
AllowOverride Limit Options FileInfo
</Directory>
- 代碼: 選擇全部
mv wp-config-sample.php wp-config.php(改改改...)
- 代碼: 選擇全部
open http://csg.twbbs.org/blog/suskind 開始設定...
- 代碼: 選擇全部
http://csg.twbbs.org/blog/suskind
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-login.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-login.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-login.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-login.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-login.php on line 11
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-includes/pluggable-functions.php on line 151
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-includes/pluggable-functions.php on line 152
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-includes/pluggable-functions.php on line 129
Log之後...(無法進入!)
- 代碼: 選擇全部
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-login.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-login.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-login.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-login.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-login.php on line 11
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-includes/pluggable-functions.php on line 151
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-includes/pluggable-functions.php on line 152
Warning: Cannot modify header information - headers already sent by (output started at /home/suskind/blog/wp-config.php:23) in /home/suskind/blog/wp-includes/pluggable-functions.php on line 129
目前狀態http://csg.twbbs.org/blog/suskind