Update README.md

main
p6zpjanrb 7 months ago
parent c92f695c28
commit c557f9267e

@ -1,28 +1,24 @@
#介绍 #介绍
基于flask的网络监控平台实现对中小规模网络的实时监控通过宝塔部署在互联网上。 基于flask的网络监控平台实现对中小规模网络的实时监控通过宝塔部署在互联网上。
<br />
<br />
##环境依赖 ##环境依赖
--- ---
基于Centos操作系统的开源项目 基于Centos操作系统的开源项目
主要配置环境: 主要配置环境:
|node v0.10.28+ >node v0.10.28+
|python 3.9 >python 3.9
|redIs ~ >redIs ~
<br />
<br /> <br />
##部署步骤 ##部署步骤
--- ---
1. 添加系统环境变量 1. 添加系统环境变量
export $PORTAL_VERSION="production" // production, test, dev >export $PORTAL_VERSION="production" // production, test, dev
2. npm install //安装node运行环境 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 // 宝塔界面安装 3. >yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh // 宝塔界面安装
4. bt 14 //启动宝塔系统 4. >bt 14 //启动宝塔系统
5. 宝塔界面中上传本项目全部文件 5. 宝塔界面中上传本项目全部文件
<br />
<br /> <br />
##目录结构描述 ##目录结构描述
development_of_web_application_systems. development_of_web_application_systems.

Loading…
Cancel
Save