# flask_app **Repository Path**: liuhanxu/flask_app ## Basic Information - **Project Name**: flask_app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-09 - **Last Updated**: 2025-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 服务器IP监控面板 ### 技术架构 Flask + Bootstrap ### 部署环境 1. 编译Python-3.12(注意要识别到ssl模块) ``` tar -xvf Python-3.12.0.tar.xz cd Python-3.12.0 ./configure --prefix=/home/lhx/Python-3.12.0/install --enable-optimizations --enable-shared --enable-loadable-sqlite-exte nsions ``` 2. 配置Python环境 ``` export PYTHONPATH=/home/lhx/Python-3.12.0/install/lib/python3.12/site-packages:$PYTHONPATH export PATH=/home/lhx/Python-3.12.0/install/bin:$PATH export LD_LIBRARY_PATH=/home/lhx/Python-3.12.0/install/lib:$LD_LIBRARY_PATH ``` 3. 启动 ``` cd flask_app ./run.sh ``` ### 效果图 ![效果图1](./static/img1.png)