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.

90 lines
2.6 KiB

5 months ago
5 months ago
#介绍
5 months ago
基于flask的网络监控平台实现对中小规模网络的实时监控通过宝塔部署在互联网上。
5 months ago
5 months ago
##环境依赖
---
5 months ago
基于Centos操作系统的开源项目
主要配置环境:
5 months ago
>node v0.10.28+
>python 3.9
5 months ago
>redIs ~/
5 months ago
##部署步骤
---
5 months ago
1. 添加系统环境变量
5 months ago
>export $PORTAL_VERSION="production"
2.安装依赖项
>npm install
>sudo apt-get flask
>sudo apt-get sqlalchemy.sql.ddl
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 months ago
5 months ago
##目录结构描述
5 months ago
development_of_web_application_systems.
5 months ago
├─.idea //配置
5 months ago
├─static //静态库
│ ├─api //接口
│ ├─css
5 months ago
│ ├─images
5 months ago
│ ├─js
5 months ago
│ └─lib
5 months ago
└─templates
5 months ago
│ │ .gitattributes
│ │ .gitignore
5 months ago
│ │ index.html //主页面
│ │ LICENSE //layuimini许可证
5 months ago
│ │
5 months ago
│ └─page //功能页面
5 months ago
│ 404.html
│ button.html
│ index.html
│ login.html
│ register.html
│ table.html
│ user.html
│ warings.html
├─ uwsgi.ini
├─ uwsgi.pid
├─ gunicorn_conf.py
5 months ago
├─ main.py //主函数
├─ LICENSE //许可证
5 months ago
├─ README.md
5 months ago
<br />
5 months ago
***
5 months ago
###V1.0.0 版本内容更新
5 months ago
>1.**优化了前端页面**
>2.**通过设置单次读取数量优化了数据库性能**
>3.**使用gunicorn对flask优化**
5 months ago
5 months ago
###V1.1.0 版本内容更新
>1.**新增了Trap告警功能**
5 months ago
5 months ago
###参考文献
1.flask参考文档
>**https://dormousehole.readthedocs.io/en/latest/index.html**
5 months ago
5 months ago
2.web参考文档
>**https://developer.mozilla.org/en-US/docs/Web/**
5 months ago
5 months ago
3.layuimini参考文档
>**http://layuimini.99php.cn/onepage/v2/index**
5 months ago
4.Ajax参考文档
>**https://developer.mozilla.org/zh-CN/docs/Glossary/AJAX**
5.uWSGI参考文档
>**https://uwsgi-docs-zh.readthedocs.io/zh-cn/latest/**
5 months ago
6.反向代理与负载均衡:
>**https://www.runoob.com/w3cnote/nginx-proxy-balancing.html**
5 months ago
5 months ago
###联系我们
5 months ago
在使用过程中遇到任何问题,请与我们联系,我们会尽可能回答您在使用我们项目的过程中出现的问题。
>电话:+8616603901201
5 months ago
>电子邮件1157949412@qq.com