论坛搭建
环境搭建
Linux+Apache+MySQL+PHP环境,推荐使用XAMPP下载地址:
http://www.apachefriends.org/zh_cn/xampp-linux.html
Linux下,cd /opt ,我们把集成环境下载到opt目录下:
[root@wuse opt]# wget https://www.apachefriends.org/xampp-files/5.6.31/xampp-linux-x64-5.6.31-0-installer.run
[root@wuse opt]# chmod 755 xampp-linux-x64-5.6.31-0-installer.run
[root@wuse opt]# sh ./xampp-linux-x64-5.6.31-0-installer.run
./xampp-linux-x64-