apolloconfig / apollo

Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
https://www.apolloconfig.com
Apache License 2.0
28.94k stars 10.19k forks source link

怎么管理项目,为什么我按照分布式教程安装完成后,登陆apollo账号,没有“项目管理”的相关事项 #5061

Closed ZxyNull0 closed 5 months ago

ZxyNull0 commented 6 months ago

image

dosubot[bot] commented 6 months ago

🤖

你好,@ZxyNull0! 👋 我是Dosu,一个能帮助你解决bugs,回答问题,并成为贡献者的机器人。我在这里为你服务,等待人类维护者的同时,我将竭尽全力帮助你。😉

在Apollo中管理项目,你需要按照以下步骤进行:

  1. 准备

    • 为Apollo服务器和客户端安装Java 1.8+。
    • 安装MySQL 5.6.5+,因为Apollo的表结构使用了多个timestamp的默认声明。
    • 下载快速启动安装包。
  2. 安装

    • 创建两个数据库:ApolloPortalDBApolloConfigDB
    • demo.sh脚本中配置数据库连接信息。
  3. 启动Apollo配置中心

    • 确保8070、8080、8090端口没有被使用。
    • 执行启动脚本./demo.sh start
  4. 使用Apollo配置中心

    • 使用提供的示例项目,了解如何从Apollo配置中心获取配置。
    • 修改配置并发布。
    • 客户端将监听配置更改事件,并输出更改的配置信息。

对于新项目:

  1. 应用程序访问Apollo

  2. 运行客户端程序

    • 编辑client/META-INF/app.properties,将app.id修改为你新创建的应用程序id。
    • 运行./demo.sh client启动Demo客户端。

请注意,快速启动仅用于本地测试。对于生产部署,请参考分布式部署指南

关于你在登录Apollo账号后没有看到“项目管理”选项的问题,我在仓库中没有找到答案,但答案可能在其他地方,或者我可能遗漏了。

关于用户需要具备哪些特定权限才能在Apollo中看到“项目管理”选项的问题,我在仓库中没有找到答案,但答案可能在其他地方,或者我可能遗漏了。

如果你能提供更多的信息,例如你的Apollo版本,你的操作系统,以及你在尝试访问“项目管理”选项时遇到的任何错误消息,这可能有助于我更好地理解和解决你的问题。

Sources


This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

nobodyiam commented 6 months ago

Congratulations on successfully installing Apollo. Simply click on the app you've created, and you will be directed to the configuration and app management pages.

ZxyNull0 commented 6 months ago

image apollo账号没有创建新项目的权限吗?我只可以新建应用,无法新建项目。

nobodyiam commented 6 months ago

老版本叫项目,最近的版本改成应用了

stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

stale[bot] commented 5 months ago

This issue has been automatically closed because it has not had activity in the last 7 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.