linux centos7搭建apollo

linux centos7搭建apollo,第1张

概述登录linux服务器 JDK:1.8.0_161(提前准备好,不介绍安装了哦) Maven:3.5.2(提前准备好,不介绍安装了哦) MySQL:5.7.18(5.7以上,不介绍安装了哦) apollo:v1.4.0  创建目录 mkdir -p /data/apollocd /data/apollo 下载apollo wget https://codeload.github.com/ctri

登录linux服务器

JDK:1.8.0_161(提前准备好,不介绍安装了哦)

Maven:3.5.2(提前准备好,不介绍安装了哦)

MysqL:5.7.18(5.7以上,不介绍安装了哦)

apollo:v1.4.0

 创建目录

mkdir -p /data/apollocd /data/apollo

下载apollo

wget https://codeload.github.com/ctripcorp/apollo/zip/v1.4.0unzip v1.4.0

修改数据库配置

vi /data/apollo/apollo-1.4.0/scripts/build.sh
# apollo config db infoapollo_config_db_url=jdbc:MysqL://120.78.127.53:3306/ApolloConfigDB?characterEnCoding=utf8apollo_config_db_username=ApolloConfigDBapollo_config_db_password=ApolloConfigDB# apollo portal db infoapollo_portal_db_url=jdbc:MysqL://120.78.127.53:3306/ApolloPortalDB?characterEnCoding=utf8apollo_portal_db_username=ApolloPortalDBapollo_portal_db_password=ApolloPortalDB# Meta server url,different environments should have different Meta server addressesdev_Meta=http://localhost:8080fat_Meta=http://localhost:8080uat_Meta=http://localhost:8080pro_Meta=http://localhost:8080

启动apollo-configservice 端口8080

cd /data/apollo/apollo-1.4.0/apollo-configservice/targetunzip -o apollo-configservice-1.4.0-github.zipsh /data/apollo/apollo-1.4.0/apollo-configservice/target/scripts/startup.sh

启动apollo-adminservice 端口8090

cd /data/apollo/apollo-1.4.0/apollo-adminservice/targetunzip -o apollo-adminservice-1.4.0-github.zipsh /data/apollo/apollo-1.4.0/apollo-adminservice/target/scripts/startup.sh

启动apollo-adminservice 端口8070

cd /data/apollo/apollo-1.4.0/apollo-portal/targetunzip -o apollo-portal-1.4.0-github.zipsh /data/apollo/apollo-1.4.0/apollo-portal/target/scripts/startup.sh

 

正确启动完成后 ip:8070 访问OK

已测试3次OK的了

 

apollo:https://gitee.com/lepdou/apollo

@H_502_201@ 总结

以上是内存溢出为你收集整理的linux centos7搭建apollo全部内容,希望文章能够帮你解决linux centos7搭建apollo所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1025353.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存