centos7 安装 apollo

简介: centos7 安装 apollo

正文


一.下载Apollo


mysql安装包:https://pan.baidu.com/s/1swrV9ffJnmz4S0mfkuBbIw 

提取码:1111


二.运行apollo


# 解压到对应的文件夹
unzip apollo.zip -d /opt/apollo
# 修改demo.sh
cat demo.sh


apollo_config_db_url=jdbc:mysql://ip:3306/apolloconfigdb?characterEncoding=utf8
apollo_config_db_username=root
apollo_config_db_password=xxx
# apollo portal db info
apollo_portal_db_url=jdbc:mysql://ip:3306/apolloportaldb?characterEncoding=utf8
apollo_portal_db_username=root
apollo_portal_db_password=xxx
config_server_url=http://0.0.0.0:8080
admin_server_url=http://0.0.0.0:8090
eureka_service_url=http://ip:port/eureka/
portal_url=http://0.0.0.0:8070


# 授予 demo.sh 权限
chmod 777 /opt/apollo/demo.sh
# 启动
./demo start
# 查看启动日志
cd /opt/apollo/service
tail -1000f apollo-service_optapolloservice.log
# 查看进程 出现 8080 8090 8070说明成功
netstat -ntlp
# 访问页面
http://ip:8070
账号为 apollo
密码为 admin
目录
相关文章
|
1月前
|
Linux 网络安全 数据安全/隐私保护
如何在 VM 虚拟机中安装 CentOS Linux 9 操作系统保姆级教程(附链接)
如何在 VM 虚拟机中安装 CentOS Linux 9 操作系统保姆级教程(附链接)
143 0
|
2月前
|
关系型数据库 MySQL Linux
centos7.0环境下安装MySql_8.0.12
centos7.0环境下安装MySql_8.0.12
|
2月前
|
Web App开发 Linux
只需五步,在Linux安装chrome及chromedriver(CentOS)
只需五步,在Linux安装chrome及chromedriver(CentOS)
276 1
|
1月前
|
存储 JavaScript Linux
Linux环境下安装nmp(Centos环境)保姆级教学 一步到位
Linux环境下安装nmp(Centos环境)保姆级教学 一步到位
|
2月前
|
关系型数据库 MySQL Linux
CentOS7环境下安装MySQL5.6
CentOS7环境下安装MySQL5.6
194 0
|
2月前
|
缓存 负载均衡 应用服务中间件
如何在 CentOS 7 上为 NGINX 安装开源 HTTP 加速器:Varnish
如何在 CentOS 7 上为 NGINX 安装开源 HTTP 加速器:Varnish
67 1
如何在 CentOS 7 上为 NGINX 安装开源 HTTP 加速器:Varnish
|
2天前
|
关系型数据库 MySQL Linux
centos7安装mysql-带网盘安装包
centos7安装mysql-带网盘安装包
30 2
|
9天前
|
关系型数据库 MySQL Linux
CentOS 7 下使用yum安装MySQL5.7.20 最简单 图文详解
CentOS 7 下使用yum安装MySQL5.7.20 最简单 图文详解
45 0
|
15天前
|
IDE Linux 开发工具
CentOS7.4+REDHAWK2.3.1安装教程——折腾篇
CentOS7.4+REDHAWK2.3.1安装教程——折腾篇
18 0
|
20天前
|
Linux Shell 开发工具
CentOS8中Docker安装及部署
CentOS8中Docker安装及部署
67 0

热门文章

最新文章