Giter VIP home page Giter VIP logo

mogui's Introduction

Mogui部署系统

介绍

  • 魔鬼部署系统采用Python+Django+Vue+Element开发,有效提升运维效率。
  • 漂亮的操作界面、项目管理、快速上线、一键回滚。
  • 目前仅支持git项目部署、在上线过程中会放弃git当前所有的修改和创建, 需要注意您的项目中不会存在运营过程中创建的数据,以免给您造成损失
  • 环境搭建可参考博客中的文章 http://gong.gg/post-120.html

源代码平台

项目结构

mogui
├─mogui
│  ├─common             公共
│  │  ├─function.py         公共方法
│  │  └─config.py           公共配置文件
│  ├─controller         控制器
│  ├─model              模型
│  ├─view               视图
│  ├─settings.py        项目基础文件
│  └─urls.py            路由
├─manage.py             项目管理文件
├─public                静态资源
├─README.md             项目介绍文件
└─robots.txt            爬虫管理文件

数据库配置信息 mogui/mogui/common/config.py

db = {
    'name' : 'mogui',       # 数据库名称
    'user' : 'root',        # 用户名
    'pwd'  : 'root',        # 密码
    'host' : 'localhost',   # 连接地址
    'port' : 3306           # 端口号
}

流程图

控制台UI

mogui's People

Contributors

gongfuxiang avatar

Watchers

 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.