# distribute-runtime-bundle **Repository Path**: BDWare/bdcontract-bundle ## Basic Information - **Project Name**: distribute-runtime-bundle - **Description**: No description available - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2021-09-25 - **Last Updated**: 2025-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目说明 初次clone可使用以下命令。 ```bash git clone https://xxxx/XXX-bundle.git ``` 在git clone之后执行 ```bash git submodule update --init ``` ```bash git submodule foreach -q --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)' ``` 更新所有子项目: ``` git pull --rebase --recurse-submodules ``` ## 配置说明 首次配置,需要配置Yjs路径。 同时还需要配置启动路径。 启动CMHttpServer前需要执行``:agent-backend:prepareWebContent``, 启动NodeCenterServer前需要执行``:router-backend:prepareWebContent``