Giter Club home page Giter Club logo

inception_web's Introduction

Inception_web

本系统是MySQL自动化管理工具,配合Inception使用,基于archer进行二次开发,进行了一些补充优化。

功能说明:

  • SQL自主审核
  • 自动审核+人工审核
  • 主副人工审核(可配置)
  • 回滚sql下载
  • 数据库配置
  • 用户权限配置
  • 工单查询管理
  • 工单邮件通知

配置文件:

config.py

安装配置:

要求:python2.7
建议系统环境:CentOS 7/Ubuntu 14+

1.安装MySQL 5.6+数据库,用于存放系统数据和回滚sql。
建立数据库和用户:
create database inception_web character set utf8;
grant all privileges on *.* to inception_web@'%' identified by 'inception_web';
flush privileges;

2.安装Inception(参考文档:http://mysql-inception.github.io/inception-document/install/
inc.cnf使用之前创建的mysql主机帐号密码

3.下载系统源码
git clone https://github.com/496080199/inception_web.git
或使用zip包下载

3.安装python2.7依赖
安装pip工具,具体网上搜索(下载配置加速可参见https://pypi-mirrors.org/
cd inception_web
pip install -r requirements.txt

4.启动运行
测试环境: chmod +x debug.sh
./debug.sh

生产环境:
chmod +x start.sh stop.sh
pip install gunicorn
启动:./start.sh
关闭:./stop.sh

5.访问

http://(部署服务器IP):5000/login
初始帐号密码:admin/admin
注:防火墙端口5000需要放开

6.依次添加数据库,开发人员,审核人员,开始工作。

-------有更多idea欢迎和我一起交流分享,谢谢!我的QQ:496080199

系统截图

  1. 发起sql工单页:
    image
  2. 工单图表页:
    image
  3. 工单处理页:
    image
  4. 工单查询页:
    image
  5. 待审核工单页:
    image
  6. 登陆页:
    image
  7. 管理员主页:
    image

inception_web's People

Contributors

496080199 avatar

Watchers

James Cloos 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.