File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed
Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -17,26 +17,15 @@ cd {DSS_INSTALL_HOME}/dss/bin
1717
1818>> sh appconn-install.sh
1919
20- # 选择安装Visualis AppConn
21- >> 2
20+ # 输入Visualis名称
21+ >> visualis
2222
23- # 输入Visualis部署的服务器IP
23+ # 输入Visualis前端IP地址
2424>> 127.0.0.1
2525
26- # 输入Visualis服务的端口号
26+ # 输入Visualis服务的前端端口后
2727>> 8989
2828
2929# 在执行AppConn安装脚本工具后,会插入相关第三方AppConn的配置信息
3030```
31-
32-   ;  ;  ;  ; ** 需要额外注意,DSS1.0.1中Visualis AppConn请求需要走服务端请求路径,来支持DSS工作流和Visualis服务的交互(下个版本我们会修复这个问题)。相关表修改记录参考如下:**
33- ``` sql
34- -- ${ip}: 服务端IP 127.0.0.1
35- -- ${port}: 服务端端口 9888
36- update dss_appconn_instance set url= ' http://${ip}:${port}/' where appconn_id = (select id from dss_appconn where appconn_name = ' visualis' );
37-
38- -- 也可以通过比对dss_appconn和dss_appconn_instance两个表修改配置
39- -- 1. 首先找到dss_appconn appconn_name为visualis的列
40- -- 2. 找到visualis appconn对应的appconn_instance
41- ```
4231  ;  ;  ;  ; 修改完成后需要重启DSS服务。
You can’t perform that action at this time.
0 commit comments