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.

73 lines
2.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#介绍
基于flask的网络监控平台实现对中小规模网络的实时监控通过宝塔部署在互联网上。
##环境依赖
---
基于Centos操作系统的开源项目
主要配置环境:
>node v0.10.28+
>python 3.9
>redIs ~/
##部署步骤
---
1. 添加系统环境变量
>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
##目录结构描述
development_of_web_application_systems.
├─.idea //配置
├─static //静态库
│ ├─api //接口
│ ├─css
│ ├─images
│ ├─js
│ └─lib
└─templates
│ │ .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
<br />
***
###V1.0.0 版本内容更新
1.优化了前端页面
2.通过设置单次读取数量优化了数据库性能
3.使用gunicorn对flask优化
###更新
|版本号|功能|
|----|----|
|1|优化了前端页面|
|2|通过设置单次读取数量优化了数据库性能|
|3|使用gunicorn对flask优化|
###联系我们
在使用过程中遇到任何问题,请与我们联系
>电话(非客服):+8616603901201
>商务合作QQ1157949412@qq.com (请注明来意)