xampp搭建discuz論壇
軟件相關
xampp
下載
配置
1.安裝xampp並啟動apache和mysql
2.將discuz安裝包中的upload解壓到xampp的htdocs文件夾中更名為bbs
搭建
1.瀏覽器中輸入http://localhost:80/phpmyadmin/,或者點擊mysql的admin,進入mysql數據庫
2.new
->create
,創建數據庫
3.瀏覽器中輸出localhost:80/bbs
4.按照步驟進行即可
tips
1.apache可能啟動不了,如果是端口號80被占用,config
->httpd.conf
,ctrl+f
查找80,將Listen后的80端口改成88