wecent 搭建
一,下載源碼
http://www.wecenter.com/downloads/
?
二,編寫nginx 配置文件
[root@web01 conf.d]# pwd /etc/nginx/conf.d [root@web01 conf.d]# cat zhihu.conf server {listen 80;server_name www.zhihuqiang.com;location / {root /html/zhihu;index index.php index.html;}location ~ \.php$ {root /html/zhihu;fastcgi_pass 127.0.0.1:9000;fastcgi_index index.php;fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;include fastcgi_params;}}
?
三,上傳源碼到站點目錄?
scp /Users/zhangqiang/Downloads/WeCenter.zip root@10.0.0.7:/html/zhihu四,解壓
[root@web01 zhihu]# pwd /html/zhihu[root@web01 zhihu]#unzip WeCenter.zip[root@web01 zhihu]#mv WeCenter330/* ./五,數據庫創建用戶密碼
create database zhihu;grant all on zhihu.* to 'zhihu'@'localhost' identified by 'huhu8023';六,打開網頁進行測試?
發現目錄權限都顯示紅叉?
1,將php-fpm下的www.conf 文件中內容 屬主屬組改成nginx
?
2,發現目錄權限都是紅叉 給站點目錄nginx 權限
[root@web01 html]#chown -R nginx.nginx zhihu/
?
?七,輸入數據庫賬號密碼 點擊暗賬
?
轉載于:https://www.cnblogs.com/qiang-qiang/p/10552273.html
總結
- 上一篇: vue源码解析之选项合并(二)
- 下一篇: 【XAF问题】多个属性验证RuleUni