You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
2.2 KiB

5 months ago
===========================
5 months ago
5 months ago
#介绍
5 months ago
基于flask的网络监控平台实现对中小规模网络的实时监控通过宝塔部署在互联网上。
5 months ago
5 months ago
###环境依赖
5 months ago
node v0.10.28+
python 3.9
CentOs
宝塔系统
redIs ~
5 months ago
5 months ago
###部署步骤
5 months ago
1. 添加系统环境变量
export $PORTAL_VERSION="production" // production, test, dev
2. npm install //安装node运行环境
3. yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh // 宝塔界面安装
4. bt 14 //启动宝塔系统
5. 宝塔界面中上传本项目全部文件
5 months ago
5 months ago
###目录结构描述
5 months ago
development_of_web_application_systems.
5 months ago
├─.idea //配置
5 months ago
│ │ .gitignore
│ │ misc.xml
│ │ modules.xml
│ │ yunwei.iml
│ │
│ └─inspectionProfiles
│ profiles_settings.xml
5 months ago
├─static //静态库
│ ├─api //接口
5 months ago
│ │ clear.json
│ │ init.json
│ │ menus.json
│ │ table.json
│ │ tableSelect.json
│ │ upload.json
│ │
5 months ago
│ ├─css
5 months ago
│ │ │ Datacages_Homeindex.css
│ │ │ layuimini.css
│ │ │ ProgressBarWars.css
│ │ │ public.css
│ │ │
│ │ └─themes
│ │ default.css
│ │
5 months ago
│ ├─images
5 months ago
│ ├─js
│ │ │ echarts-all.js
│ │ │ jquery.js
│ │ │ lay-config.js
│ │ │ ProgressBarWars.js
│ │ │
5 months ago
│ │ └─lay-module
│ └─lib
5 months ago
└─templates
5 months ago
│ │ .gitattributes
│ │ .gitignore
│ │ index.html //主页面
│ │ LICENSE //layuimini许可证
│ │
│ └─page //功能页面
│ 404.html
│ button.html
│ index.html
│ login.html
│ register.html
│ table.html
│ user.html
│ warings.html
├─ uwsgi.ini
├─ uwsgi.pid
├─ gunicorn_conf.py
├─ main.py //主函数
├─ LICENSE //许可证
├─ README.md
5 months ago
5 months ago
***
5 months ago
###V1.0.0 版本内容更新
5 months ago
1. 新功能 aaaaaaaaa
2. 新功能 bbbbbbbbb
3. 新功能 ccccccccc
4. 新功能 ddddddddd