当前位置:   article > 正文

centos7 安装 apollo_centos7安装apollo

centos7安装apollo

小伙伴们,你们好呀,我是老寇

目录

一.下载Apollo

二.运行apollo

一.下载Apollo

mysql安装包:https://pan.baidu.com/s/1swrV9ffJnmz4S0mfkuBbIw 
提取码:1111

二.运行apollo

  1. # 解压到对应的文件夹
  2. unzip apollo.zip -d /opt/apollo
  3. # 修改demo.sh
  4. cat demo.sh
  1. apollo_config_db_url=jdbc:mysql://ip:3306/apolloconfigdb?characterEncoding=utf8
  2. apollo_config_db_username=root
  3. apollo_config_db_password=xxx
  4. # apollo portal db info
  5. apollo_portal_db_url=jdbc:mysql://ip:3306/apolloportaldb?characterEncoding=utf8
  6. apollo_portal_db_username=root
  7. apollo_portal_db_password=xxx
  8. config_server_url=http://0.0.0.0:8080
  9. admin_server_url=http://0.0.0.0:8090
  10. eureka_service_url=http://ip:port/eureka/
  11. portal_url=http://0.0.0.0:8070
  1. # 授予 demo.sh 权限
  2. chmod 777 /opt/apollo/demo.sh
  3. # 启动
  4. ./demo.sh start
  5. # 查看启动日志
  6. cd /opt/apollo/service
  7. tail -1000f apollo-service_optapolloservice.log
  8. # 查看进程 出现 8080 8090 8070说明成功
  9. netstat -ntlp
  10. # 访问页面
  11. http://ip:8070
  12. 账号为 apollo
  13. 密码为 admin
本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/536406
推荐阅读
相关标签
  

闽ICP备14008679号