眾所周知 Discuz! 有自己的應用中心,但是如果你想讓你的用戶群圍繞在你自己身邊,建立一個屬于自己的應用中心,本貼非常適合你。今天,我們將 Discuz! 開放到底,請點擊下圖
https://gitee.com/Discuzx/AppCenter
對于Discuz!方面你只需修改 config/config_global.php 中的配置,修改應用中心的 Server 地址即可
// Addon Setting
$_config['addonsource'] = 'MyAppCenter';
$_config['addon'] = array(
'MyAppCenter' => array(
'website_url' => 'http://127.0.0.1/git.oschina/AppCenter',
'download_url' => 'http://127.0.0.1/git.oschina/AppCenter/index.php',
'download_ip' => '',
'check_url' => 'http://127.0.0.1/git.oschina/AppCenter/?ac=check&file=',
'check_ip' => ''
)
);
復制代碼
最新版的 Discuz! X3.2 已支持此功能
Scythian 發表于 2019-8-4 00:34
如何正確使用AppCenter目錄?
是應該將其完全上傳到站點的根目錄,還是將AppCenter目錄中的文件替換為Discu ...
LCW 發表于 2019-8-3 21:33
。。。
不是用appcenter中的文件替換dz中的文件
歡迎光臨 Discuz! 官方交流社區 (http://www.letianbiye.cn/) | Powered by Discuz! W1.0 |