[root@localhost dataease]# sudo curl -sSL https://dataease.oss-cn-hangzhou.aliyuncs.com/quick_start.sh | sh
检测 gitee.com … 1 ok
检测 gitee.com … 2 ok
检测 gitee.com … 3 ok
使用下载服务器 gitee.com
开始下载 DataEase v1.18.11 版本在线安装包
下载地址: https://gitee.com/fit2cloud-feizhiyun/DataEase/releases/download/v1.18.11/dataease-v1.18.11-online.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 174 0 174 0 0 329 0 --:–:-- --:–:-- --:–:-- 330
0 0 0 255 0 0 366 0 --:–:-- --:–:-- --:–:-- 366
100 12598 100 12598 0 0 13227 0 --:–:-- --:–:-- --:–:-- 65958
dataease-v1.18.11-online/
dataease-v1.18.11-online/dataease/
dataease-v1.18.11-online/dataease/docker-compose-doris.yml
dataease-v1.18.11-online/dataease/docker-compose-kettle.yml
dataease-v1.18.11-online/dataease/templates/
dataease-v1.18.11-online/dataease/templates/.kettle/
dataease-v1.18.11-online/dataease/templates/.kettle/repositories.xml
dataease-v1.18.11-online/dataease/templates/fe.conf
dataease-v1.18.11-online/dataease/templates/mysql.env
dataease-v1.18.11-online/dataease/templates/be.conf
dataease-v1.18.11-online/dataease/templates/dataease.properties
dataease-v1.18.11-online/dataease/templates/my.cnf
dataease-v1.18.11-online/dataease/templates/version
dataease-v1.18.11-online/dataease/docker-compose-mysql.yml
dataease-v1.18.11-online/dataease/docker-compose.yml
dataease-v1.18.11-online/dataease/bin/
dataease-v1.18.11-online/dataease/bin/dataease/
dataease-v1.18.11-online/dataease/bin/dataease/dataease.service
dataease-v1.18.11-online/dataease/bin/doris/
dataease-v1.18.11-online/dataease/bin/doris/init.sql
dataease-v1.18.11-online/dataease/bin/mysql/
dataease-v1.18.11-online/dataease/bin/mysql/init.sql
dataease-v1.18.11-online/dataease/plugins/
dataease-v1.18.11-online/dataease/plugins/thirdpart/
dataease-v1.18.11-online/dataease/logs/
dataease-v1.18.11-online/dataease/logs/be/
dataease-v1.18.11-online/dataease/logs/README.md
dataease-v1.18.11-online/dataease/logs/fe/
dataease-v1.18.11-online/quick_start.sh
dataease-v1.18.11-online/install.sh
dataease-v1.18.11-online/install.conf
dataease-v1.18.11-online/README.md
dataease-v1.18.11-online/dectl
dataease-v1.18.11-online/.gitignore
dataease-v1.18.11-online/uninstall.sh
Define and run multi-container applications with Docker.
Usage:
docker-compose [options] [COMMAND] [ARGS…]
docker-compose -h|–help
Options:
-f, --file FILE Specify an alternate compose file (default: docker-compose.yml)
-p, --project-name NAME Specify an alternate project name (default: directory name)
–verbose Show more output
-v, --version Print version and exit
Commands:
build Build or rebuild services
help Get help on a command
kill Kill containers
logs View output from containers
port Print the public port for a port binding
ps List containers
pull Pulls service images
restart Restart services
rm Remove stopped containers
run Run a one-off command
scale Set number of containers for a service
start Start services
stop Stop services
up Create and start containers
migrate-to-labels Recreate containers to add labels
当前部署模式为 local,如需切换模式,
请修改 /opt/dataease/.env 中的 DE_ENGINE_MODE 变量后,
重新执行 bash install.sh 即可
======================= 开始安装 =======================
[DATAEASE Log]: 拷贝配置文件模板文件 → /opt/dataease/conf
[DATAEASE Log]: 根据安装配置参数调整配置文件
time: Tue Oct 17 14:53:49 CST 2023
/usr/sbin/getenforce
[DATAEASE Log]: 检测到 Docker 已安装,跳过安装步骤
[DATAEASE Log]: 启动 Docker
Redirecting to /bin/systemctl start docker.service
No such command: version
Commands:
build Build or rebuild services
help Get help on a command
kill Kill containers
logs View output from containers
port Print the public port for a port binding
ps List containers
pull Pulls service images
restart Restart services
rm Remove stopped containers
run Run a one-off command
scale Set number of containers for a service
start Start services
stop Stop services
up Create and start containers
migrate-to-labels Recreate containers to add labels
[DATAEASE Log]: docker-compose 安装失败
[root@localhost dataease]#
已经确认docker和docker-compose都正常安装了。
[root@localhost dataease]# sudo docker -v
Docker version 24.0.6, build ed223bc
[root@localhost dataease]# sudo docker-compose version
Docker Compose version v2.21.0
/bin/systemctl start docker.service这个用手动执行是正常的