This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-deploy/tsg-galaxy/README.md

24 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 大数据组件基于Docker模式的单机部署文档
> 因docker镜像都比较大固需要在信息港环境提前拷贝一份环境文件到需要的机器上整体大约 7.5G。
## 安装前提:
1服务器机器关闭防火墙
2服务器安装JDK版本1.8.0_73
3编辑服务器上 /etc/selinux/config 把其中的SELINUX=enforce改成disabled
## 提供自动安装脚本,操作步骤:
1.登录信息港环境 192.168.40.153 服务器,将 /home/bigdata/docker/Tsg_Galaxy_v2.0.20190630 文件夹整体移动到要部署的服务器上。
2.打开setup_all.sh按照模板和提示修改内容。
(1)注意DRUID_TIMEZONE配置的格式因sed命令的原因/ 会引起问题,固只修改 Asia 和 Almaty 中间勿动
3.因报表和Druid都需要使用Mariadb目前与页面使用同一个数据库需要修改报表使用的数据库名和创建Druid数据库方法如下
(1)在Mariadb所在机器使用命令进入mysql -u root -p (如用户名不是root自行修改)
(2)进入后使用命令create database druid DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
4.配置修改druid数据库创建完成后执行setup_all.sh 脚本等待过后即完成安装。