diff --git a/README.md b/README.md index c410243..6942615 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,21 @@ -=========================== #介绍 +=== 基于flask的网络监控平台,实现对中小规模网络的实时监控,通过宝塔部署在互联网上。 - -###环境依赖 +
+
+##环境依赖 +--- node v0.10.28+ python 3.9 CentOs 宝塔系统 redIs ~ - - +
+
-###部署步骤 +##部署步骤 +--- 1. 添加系统环境变量 export $PORTAL_VERSION="production" // production, test, dev 2. npm install //安装node运行环境 @@ -20,46 +23,17 @@ redIs ~ 4. bt 14 //启动宝塔系统 5. 宝塔界面中上传本项目全部文件 - - - -###目录结构描述 +
+
+##目录结构描述 +--- development_of_web_application_systems. -├─.idea //配置 -│ │ .gitignore -│ │ misc.xml -│ │ modules.xml -│ │ yunwei.iml -│ │ -│ └─inspectionProfiles -│ profiles_settings.xml -│ -├─static //静态库 -│ ├─api //接口 -│ │ clear.json -│ │ init.json -│ │ menus.json -│ │ table.json -│ │ tableSelect.json -│ │ upload.json -│ │ -│ ├─css -│ │ │ Datacages_Homeindex.css -│ │ │ layuimini.css -│ │ │ ProgressBarWars.css -│ │ │ public.css -│ │ │ -│ │ └─themes -│ │ default.css -│ │ +├─.idea //配置 +├─static //静态库 +│ ├─api //接口 +│ ├─css │ ├─images │ ├─js -│ │ │ echarts-all.js -│ │ │ jquery.js -│ │ │ lay-config.js -│ │ │ ProgressBarWars.js -│ │ │ -│ │ └─lay-module │ └─lib └─templates │ │ .gitattributes @@ -82,7 +56,8 @@ development_of_web_application_systems. ├─ main.py //主函数 ├─ LICENSE //许可证 ├─ README.md - +
+
*** ###V1.0.0 版本内容更新 1. 新功能 aaaaaaaaa