# 国电主动免疫 **Repository Path**: lsc_mayun/active_immunization ## Basic Information - **Project Name**: 国电主动免疫 - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-02-04 - **Last Updated**: 2022-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 国电主动免疫项目 #### 软件架构 分为四个模块:agent、daemon、server、web,其中agent、daemon要部署在终端上,server与web部署在服务器上。 #### 部署教程 1. 开启MySQL、MongoDB服务 2. 将agent、daemon、server、web四部分都要编译成可执行文件 3. 服务器端运行web、server:`./server -db ***:27017` `./web` (***为服务器IP地址) 4. 终端上运行daemon、agent:`sudo ./agent ***:33433` `sudo ./daemon -netloc ***:8080` (***为服务器IP地址) #### 使用说明 1. 浏览器输入***:8080/admin (***为服务器IP地址) 2. 登录用户名/密码:admin/123456