Giter VIP home page Giter VIP logo

flask-cmdb's Introduction

Flask CMDB

安装指南:

  • 需要python2.7环境
  • 需要模块,查看requestment.txt
  • 初始化数据
  • 数据库sql/reboot10.sql

MYSQL数据库导入

mysql -uroot -p123456 -e 'create database reboot10'
mysql -uroot -p123456 reboot10 < sql/reboot10.sql

MYSQL数据库字符集设置

[client]
default-character-set=utf8

[mysqld]
character-set-server=utf8
collation-server=utf8_general_ci

登录用户名和密码

  • 用户: test
  • 密码: 123123

结构与功能

  • 仪表盘
    • 欢迎界面
  • 用户管理
    • 个人用户信息
      • 显示当前登录用户的个人信息
    • 所有用户信息
      • 显示所有用户信息(只管理员可见)
  • 资产管理
    • 服务器管理
      • 服务器信息
    • 机柜管理
      • 机柜信息
    • 机房管理
      • 机房信息
  • 值班系统
    • 当前值班人
      • 当前值班人个人信息
    • 值班列表
      • 本周值班人信息列表
  • 工单管理
    • 工单申请
      • 显示申请界面
    • 工单申请列表
      • 已申请和待处理工单列表
    • 工单历史列表
      • 处理结束的历史工单列表
  • 代码更新
    • 更新信息
      • 代码更新界面
    • 更新历史
      • 更新成功的历史信息列表
  • 设置
  • 访问官网

项目截图

sec sec sec sec sec sec sec sec sec sec sec sec sec

flask-cmdb's People

Contributors

yaoliang83 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.