1.安裝centos(最小化安裝)
2.配置網絡
3.開啟ssh服務
4.搭建LAMP開發環境
5.搭建samba服務器
6.windows相關設置
7.代碼實時測試
相關問題及解決方案:
1.訪問權限不足:
# chmod 777 /var/www/html/ -R
2.call to undetified function mb_string():
# yum install php-mbstring
3.驗證碼無法顯示:
# yum install php-gd
4.網站顯示空白:
打開項目調試模式
5.其它問題:
# vim /var/log/httpd/error_log