Code Monkey home page Code Monkey logo

devops-platform's Introduction

devops-platform

GitHub Watchers GitHub Stars GitHub Forks

中文简体 | English

项目简介

devops-platform 是一款企业级开发、效能、运维平台。打通项目立项、研发、测试、发布、运维等流程,对软件项目开发形成闭环。前后端分离开发前端项目地址

项目架构

image.png

快速开始

1.下载代码

git clone https://github.com/ken-xue/devops-platform.git

2.创建数据库

create database `devops-platform` default charset utf8mb4

3.导入SQL脚本

use `devops-platform`
source /Users/biaoyang/IdeaProjects/devops-platform/doc/script/DDL.sql

4.配置对象存储地址

# minio访问地址
minio.url=http://192.168.100.21:30001/
# 用户名
minio.accessKey=minioadmin
# 密码
minio.secretKey=minioadmin
# 配置构建服务器
mc config host add minio http://192.168.100.21:30001 minioadmin minioadmin

5.编译并运行

cd devops-platform
mvn clean install

6.构建服务器配置环境

  • minio客户端mc (需配置好连接服务器)
  • maven
  • git
  • jre

项目文档

相关许可

MIT LICENSE

项目图片

img.png

img.png

img.png

img.png

img.png

img.png

img.png

devops-platform's People

Contributors

mikeygithub avatar steakliu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

devops-platform's Issues

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.