• 本地运行
    • 前置条件
    • 数据来源

    本地运行

    当您需要本地运行某一模块时,您先拉取对应仓库到本地,根据仓库中README的启动方式来运行。

    启动前端模块时需要先启动对应后端服务,并初始化数据库。

    前后端服务对应关系如下:

    前端后端
    choerodon-front-iamiam-service
    choerodon-front-wikiwiki-service
    choerodon-front-agileagile-service
    choerodon-front-devopsdevops-service
    test-manager-servicechoerodon-front-test-manager

    前置条件

    本地启动时,需要先启动如下基础服务:

    • go-register-server 注册中心
    • oauth-server 认证中心
    • api-gateway 网关中心
    • gateway-helper 网管助手
    • iam-service IAM服务
    • config-server 配置中心
    • manager-service 管理中心
    • choerodon-front-iam IAM前端

    数据来源

    当您需要知晓API的数据结构时,您可以根据平台中的API测试功能查看详细的接口说明。