You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dsProject/操作文档/在Centos7.9上安装DataEaseV2.txt

63 lines
1.4 KiB

10 months ago
java.lang.reflect.InvocationTargetException
# 移除docker旧版本
docker version
yum -y remove docker*
# 安装依赖
yum install -y yum-utils device-mapper-persistent-data lvm2
# 安装源
yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
# 查看最新版本
yum list docker-ce --showduplicates | sort -r
docker-ce.x86_64 3:26.1.4-1.el7 docker-ce-stable
# 安装最新版本
yum install docker-ce-26.1.4-1.el7 -y
默认安装的是最高版本 25.0.3-1.el7
yum -y install docker-ce-25.0.3-1.el7
注:版本号是 25.0.3-1.el7 而非 3:25.0.3-1.el7
# 在线安装dataease v2
curl -sSL https://dataease.oss-cn-hangzhou.aliyuncs.com/quick_start_v2.sh | sh
cd /opt/dataease2.0/conf
vi application.yml
```
server:
tomcat:
connection-timeout: 70000
servlet:
context-path: /dataease
```
cd ..
vi .env
最后一行增加:
DE_CONTEXT_PATH=/dataease
# 重新启动
dectl restart
默认用户名 admin
密码 DataEase@123456
# 访问报异常RSA ERROR,怀疑是因为https证书导致通过实验验证一下
http://www.wmarkj.com:28100/dataease
可以正常进行说明我的迁移工作是没有问题的问题出在www.edusoa.com 的https证书上
# 在备份机上执行
dectl backup
# 将生成的文件拷贝到目标机上
# 在目标机上执行
dectl restore