Linux伺服器---論壇discuz

一生有你llx發表於2019-05-11

Discus

Discuz 是一款免費的論壇管理系統,大量的使用了AJAX,內部有豐富的模板風格。     

1 、下載discuz軟體(https://cn.wordpress.org/download/releases/")

 

2 、為discuz建立一個自己的資料庫,我們起名為“discuz”

 

3 、將discuz安裝包解壓,將其中的upload目錄拷貝到apache的網頁根目錄“/var/www/html/” 

[root@localhost html]#  tar  xvf discus-3.1.tar      // 解壓

[root@localhost html]#  cp -r discus-3.1/upload/ discus/          // 重命令,這樣方便從瀏覽器開啟

 

4 、修改discuz中config和data兩個目錄的許可權為777,將config中的兩個配置檔案複製一份,名字去掉default

[root@localhost html]#  chmod -R 777 discuz/data/

[root@localhost html]#  chmod -R 777 discuz/config

[root@localhost html]# cd discuz/

[root@localhost discuz]#  cp config/config_global_default.php config/config_global.php 

[root@localhost discuz]#  cp config/config_ucenter_default.php config/config_ucenter_.php 

 

5 、開始安裝

1 )在瀏覽器輸入“127.0.0.1/discus/install”

[root@localhost wordpress]#  service httpd restart

停止  httpd                                               [ 確定 ]

正在啟動  httpd httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName

                                                          [ 確定 ]

2 )環境檢查。安裝程式會檢測所需要的環境,主要是 php和mysql版本號 ,以及各個 目錄的讀寫許可權 。安裝之前必須要把所有的“x”都解決掉,例如下圖中檔案讀寫許可權就有問題,需要修改

3 )安裝全部discuz

4 )設定資料庫、管理員

5 )安裝成功

6 )在瀏覽器輸入”127.0.0.1/discuz”就可以訪問論壇,使用管理員的賬戶可以登入

         

 


做了一個Linux學習的平臺,目前出來一個雛形,各位可以參考使用
連結:https://pan.baidu.com/s/1GOLVU2CbpBNGtunztVpaCQ  密碼:n7bk   


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29270124/viewspace-2286368/,如需轉載,請註明出處,否則將追究法律責任。

相關文章