# ConfigOrchestrator **Repository Path**: openeuler/ConfigOrchestrator ## Basic Information - **Project Name**: ConfigOrchestrator - **Description**: 本项目已经迁移至 AtomGit || This project has been migrated to AtomGit || Linked: https://atomgit.com/openeuler/ConfigOrchestrator - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-10-29 - **Last Updated**: 2025-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: System-tool ## README # Notice: This project has been migrated to [AtomGit](https://atomgit.com/openeuler/ConfigOrchestrator) # 通知: 本项目已经正式迁移至 [AtomGit](https://atomgit.com/openeuler/ConfigOrchestrator) 平台 # Config Orchestrator ## 构建 安装依赖: ```bash cd deps ./build-all sudo ./build-all install ``` 构建项目: ```bash $ mkdir -p build && cd build $ cmake -DCMAKE_BUILD_TYPE=Debug .. $ cmake --build . --parallel $ ./controlpanel ``` ## 测试 我们使用 gtest 进行测试。你可以通过以下命令测试所有用例: ```bash ctest ``` ## 如何添加配置 ## 代码规范 - 使用 fmt 进行日志输出 - 尽可能使用智能指针 - 使用 gtest 进行测试