Giter Club home page Giter Club logo

requestdaye / docker-archer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ada012/docker-archer

0.0 0.0 0.0 41.1 MB

基于inception和archer的自动化SQL操作平台,审核、执行、备份及生成回滚语句于一身的MySQL自动化运维工具,支持工单、审核、认证、邮件、OSC等功能

Python 87.97% Shell 0.15% CSS 0.24% JavaScript 2.39% HTML 1.69% C 3.26% C++ 0.72% Makefile 0.22% Batchfile 0.01% Roff 1.90% DTrace 0.01% Visual Basic 0.01% PLSQL 0.06% Nginx 0.01% Pascal 0.08% M4 0.01% Perl 1.28%

docker-archer's Introduction

docker-archer

基于inception和archer的自动化SQL操作平台,支持工单、审核、认证、邮件、OSC等功能

使用说明

使用方法

./run.sh

本地数据库

  • 创建符合utf-8编码的数据库
# archer/setting.py 配置数据库连接
DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': 'archer',
        'USER': 'root',
        'PASSWORD': 'root',
        'HOST': 'archer_mysql',
        'PORT': '3306'
    }
}
  • 创建数据表
1: python3 manage.py makemigrations或python3 manage.py makemigrations sql
2: python3 manage.py migrate
3: cd /archer && python3 manage.py createsuperuser // 创建初始用户
./run.sh

inception

docker-archer's People

Contributors

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