五:搭建phpwind论坛
1:[root@ ~]# unzip phpwind_GBK_8.3 解压缩
[root@ ~]# ll
total 16164
drwxr-xr-x 2 root root 4096 Feb 7 19:03 Desktop
-rw------- 1 root root 1310 Feb 8 01:55 anaconda-ks.cfg
-rw-r--r-- 1 root root 35236 Feb 8 01:55 install.log
-rw-r--r-- 1 root root 3995 Feb 8 01:54 install.log.syslog
-rw-r--r-- 1 root root 4483812 Mar 9 01:03 phpMyAdmin-2.11.10.1-all-languages.zip
drwxr-xr-x 4 root root 4096 Dec 21 2010 phpwind_GBK_8.3
-rw-r--r-- 1 root root 11962650 Mar 9 01:03 phpwind_GBK_8.3.zip
-rw-r--r-- 1 root root 688 Mar 9 01:03 server.repo
-rw-r--r-- 1 root root 1141 Mar 8 22:47 userquota.sh:
2:移动 phpwind_GBK_8.3/upload 到网站的根目录下并命名为phpwind
[root@ ~]# cd phpwind_GBK_8.3
[root@ phpwind_GBK_8.3]# ll
total 8
drwxr-xr-x 4 root root 4096 Dec 21 2010 docs
drwxr-xr-x 22 root root 4096 Dec 21 2010 upload
[root@ phpwind_GBK_8.3]# mv upload /var/www/html/phpwind
3: 重新启动各个服务,确保不出现错误
[root@ phpwind]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
[root@ phpwind]# service MySQLd restart
Stopping MySQL: [ OK ]
Starting MySQL: [ OK ]
[root@ phpwind]#
4:测试
5:改变目录和文件的相应的属性
[root@ phpwind]# chmod -R 777 attachment
[root@ phpwind]# chmod -R 777 data
[root@ phpwind]# chmod -R 777 html
6:点击开始安装
7:这里数据库密码为空的话,会出现提示,但不要紧。
[root@ phpwind]# rm install.php 删除安装的php 页面
rm: remove regular file `install.php'? y
8: 进入论坛的首页前台
9:使用管理员的账户进入论坛的后台,输入账号:admin 密码:admin
这样我们就来到了论坛的后台,在这里我们可以增加和删除模块,发表帖子和管理其他账户的帖子。
如果你敢兴趣的话,你可以对自己的论坛进行更深一步的完善,我就不再为大家演示啦。
小结:lamp环境使我们可以轻松的搭建我们的网站,和自己的论坛。