BLDPD 发表于 2022-8-21 19:02:04

External Modules安装问题

似乎External Modules 的安装需要服务器能够访问https://redcap.vanderbilt.edu 该地址,但是此地址属于外网,国内似乎无法直接访问,我想问一下大家知道External Modules 的安装可以在 github下载External Modules源码的情况下本地配置安装吗?
错误消息: Uncaught Exception: The request to retrieve the name for module 1518 from the repo failed. This error is typically caused by a firewall preventing your server from accessing https://redcap.vanderbilt.edu. Please ensure that URL is accessible from your REDCap server, and returns the login page. On Linux, this can be tested via the 'curl' command. On Windows, this can be tested by accessing that URL in your browser. If more specific errors were returned, they will be shown here: in redcap_v12.5.6/ExternalModules/classes/ExternalModules.php:5239 Stack trace: #0 redcap_v12.5.6/ExternalModules/manager/ajax/download-module.php(6): ExternalModules\ExternalModules::downloadModule() #1 {main} thrown
文件: redcap_v12.5.6/ExternalModules/classes/ExternalModules.php
行: 5239

CJLIU 发表于 2022-9-7 19:41:13

近期网络安全维护,大家都比较谨慎,部分internet访问都关闭了。访问外网包括版本更新更是困难,可以探索GitHub下载安装,若您有成功经验,欢迎您分享

CJLIU 发表于 2022-11-21 20:21:39

已验证,可以直接拷贝安装。
安装方法:下载插件源文件,解压到网站/modules/目录下,注意插件的目录应该时***v1.*,这种带版本的格式。

系统会自动给识别到有新插件进来,管理员在控制中心,外部模块中,enable该模块即可,并可以配置为对所有项目默认启用或项目自定义启用。

BLDPD 发表于 2022-11-30 14:18:07

CJLIU 发表于 2022-11-21 20:21
已验证,可以直接拷贝安装。
安装方法:下载插件源文件,解压到网站/modules/目录下,注意插件的目录应该时 ...

谢谢刘教授无私的分享。:handshake

liuyihengjerry 发表于 2023-2-22 16:05:04

CJLIU 发表于 2022-11-21 20:21
已验证,可以直接拷贝安装。
安装方法:下载插件源文件,解压到网站/modules/目录下,注意插件的目录应该时 ...

请问刘教授这个解压目录在哪里?是云服务器那边吗?还是自己电脑上的位置?

BLDPD 发表于 2023-3-19 11:51:17

liuyihengjerry 发表于 2023-2-22 16:05
请问刘教授这个解压目录在哪里?是云服务器那边吗?还是自己电脑上的位置? ...

取决于你部署REDcap系统的位置,如果是部署在云上,那么就是云服务器上,如果本地局域网部署,那就在本地。
页: [1]
查看完整版本: External Modules安装问题