Coder Social home page Coder Social logo

op-workflow's Introduction

OP-workflow

运维云平台之工作流,主要目的是解放运维人员工作,统一操作规范,减少沟通成本,降低操作失误率,量化运维工作,总之,工作流对于运维人员很重要!
本系统是使用Python, Django开发的,一般公司工作流都是由运维开发来实现各种工作流需求,本系统可以让运维人员快速创建工作流。

部署运行环境

  • Centos6.5 x86_64
  • Python2.7
  • Virtualenv
  • Django1.9.2
  • Rabbitmq-server

流程图

安装部署

cd op-workflow
sh update_python2.7.8.sh 
yum install openldap-devel rabbitmq-server -y
/etc/init.d/rabbitmq-server start
chkconfig rabbitmq-server on
pip install virtualenv
virtualenv ./env
source env/bin/activate
pip install -r pip_requirements.txt
python manage.py makemigrations
python manage.py migrate
python init.py
vim mysite/settings.py #手动修改配置SYS_API和EMAIL等配置
sh service.sh start

使用

  1. 访问http://你的主机IP:8000 默认账户:admin 密码:password
  2. 添加系统用户
  • 添加系统用户:点击右上角用户图标 --> 后台中心 --> 点击用户表添加用户 [注意:姓氏(last_name)填用户全名]
  • 添加工作流管理员和督办员成员:用户角色权限管理 --> 用户角色列表 --> 编辑工作流管理员和工作流督办员
  • 添加审批角色:用户角色权限管理 --> 用户角色列表 --> 添加角色
  1. 创建工作流
  • 创建免审批工作流: 工作流 --> 工作流列表 --> 添加工作流 --> 不添加审批流程点击提交 --> 按说明修改对应文件
  • 创建审批工作流:工作流 --> 工作流列表 --> 添加工作流 --> 添加审批流程点击提交 --> 按说明修改对应文件
  1. 工单申请及审批

截图

技术交流

Email:飞龙 [email protected]

op-workflow's People

Contributors

hhr66 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.