# apm **Repository Path**: dushen666_admin/apm ## Basic Information - **Project Name**: apm - **Description**: 性能容量分析系统 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-28 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # apm #### 项目介绍 性能容量分析系统 #### 软件架构 软件架构说明 #### 安装教程 #需要把项目根目录加入环境变量 1. 安装CNTK,keras的依赖 https://docs.microsoft.com/en-us/cognitive-toolkit/setup-windows-python?tabs=cntkpy251 pip install cntk 2. 安装keras http://keras-cn.readthedocs.io/en/latest/#_2 git clone https://github.com/fchollet/keras.git python setup.py install 或 sudo pip install keras 3. 安装sklearn https://www.cnblogs.com/zhangqunshi/p/6646987.html pip install sklearn pip install -U scikit-learn pip install pymysql pip install docxtpl pip install schedule pip install pytest-runner pip install jinja2>=2.8 pip install future pip install pillow pip install lml>=0.0.2 pip install jupyter-echarts-pypkg>=0.1.1 pip install pyecharts-javascripthon pip install pyecharts pip install pyecharts-snapshot npm install -g phantomjs-prebuilt #### 使用说明 https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python 1. xxxx 2. xxxx 3. xxxx $ python3 manage.py migrate # 创建表结构 $ python3 manage.py makemigrations apmweb # 生成migrations $ python3 manage.py migrate apmweb # 创建表结构 $ python3 manage.py runserver