# bitim **Repository Path**: qyk7310/bitim ## Basic Information - **Project Name**: bitim - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-02 - **Last Updated**: 2025-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 天津大学福州项目 ## service php 服务端 ## ui_pc PC 端 UI ## 这个项目中包含有 git submodule 初始化时还需要初始化下列子模块 - co.git - BITUtils.git ### 命令 - `git submodule init` - `git submodule update` ## 初始化步骤 ### 1.克隆仓库 ### 2.初始化子模块 - `git submodule init` - `git submodule update` ### 3.UI 部分 - 进入 UI 目录。`cd ./ui_pc` - 创建`.env`文件。`cp .env.example .env`。并根据需求修改 - 安装 node 依赖。`npm i` ### 4.Server 部分 - 返回项目根目录。`cd ..` - 进入 Server 目录。`cd ./service` - 创建`global_config.php`.`cp ./config/global_config.php.bak ./config/global_config.php`。并根据需求修改 - 进入 api 目录。`cd ./api` - 创建`custom_config.php`.`cp ./config/custom_config.php.bak ./config/custom_config.php`。并根据需求修改 - 创建`db_config.php`.`cp ./config/db_config.php.bak ./config/db_config.php`。并根据需求修改 - 安装 composer 依赖。`composer install --no-dev`