1. 安装LAMP
具体参考http://www.linuxidc.com/Linux/2011-03/33330.htm
2. 安装Zend框架
#apt-get install zend-framework
3. 下载并配置Discuz
#wget http://download2.comsenz.com/Discuz/7.0.0/Discuz_7.0.0_FULL_SC_GBK.zip
#sudo apt-get install unzip
#unzip Discuz_7.0.0_FULL_SC_GBK.zip
#mkdir /var/www/bbs
#cp -a ./Discuz_7.0.0_FULL_SC_GBK/upload/* /var/www/bbs/
#chmod -R 777 /var/www
4. 安装
#firefox http://localhost/bbs/install/index.php