Git Product home page Git Product logo

lijiahangmax / orion-ops Goto Github PK

View Code? Open in Web Editor NEW
297.0 297.0 105.0 10.32 MB

一站式自动化运维及自动化部署平台, 使用多环境的概念, 提供了机器管理、机器监控报警、Web终端、WebSftp、机器批量执行、机器批量上传、在线查看日志、定时调度任务、应用环境维护、应用构建及发布任务、操作流水线等功能, 帮助企业实现一站式轻量化运维治理, 致力于企业级应用的智能运维。

Home Page: https://lijiahangmax.github.io/open-orion/orion-ops

License: Apache License 2.0

Java 59.39% Shell 0.06% JavaScript 4.01% HTML 0.01% Vue 36.25% Less 0.22% Dockerfile 0.06%
batch cicd devops jumpserver ssh terminal

orion-ops's Introduction

Hi there 👋

🎉 Welcome to my GitHub profile, it's great to meet you here!

👨🏻‍💻 I'm Jiahang Li - a Java developer, orion-visororion-ops and orion-kit contributor.

💬 You can contact me on Email.

⭐ Welcome to my Site

✨ The orion-visor project has now contributed to the dromara community.

lijiahangmax

GitHub Snake Light

😎 View my contributions in 3D

GitHub Green Light

orion-ops's People

Contributors

lijiahangmax avatar lixy-join 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

orion-ops's Issues

安装太复杂了,用下哥这个: A graphical operation and maintenance inspection platform 面向个人的可视化运维巡检平台,目前基础功能已开发完成,基本可用 个人运维工具中的 瑞士军刀 ,无需安装,开箱即用! 开源地址: https://github.com/limaofu/cofable

安装太复杂了,用下哥这个:
A graphical operation and maintenance inspection platform
面向个人的可视化运维巡检平台,目前基础功能已开发完成,基本可用
个人运维工具中的 瑞士军刀 ,无需安装,开箱即用!
开源地址: https://github.com/limaofu/cofable

执行构建脚本是否可以不建立宿主机连接?

本身后端程序运行在宿主机上,没有必要耗时建立连接后,执行构建脚本;
贴一下可以参考的本地执行脚本代码:

    /**
     * 执行cmd 命令
     * @param cmds cmd 命令行
     */
    public static void exec(String... cmds){
        try {
            // 构造 ProcessBuilder 对象,指定要执行的命令
            ProcessBuilder builder = new ProcessBuilder(cmds);
            // 将错误输出合并到标准输出
            builder.redirectErrorStream(true);

            // 启动进程并等待执行完成
            Process process = builder.start();
            BufferedReader reader = new BufferedReader(new InputStreamReader(process.getInputStream()));
            String line;
            while ((line = reader.readLine()) != null) {
                // 实时输出脚本的标准输出
               log.info(line);
            }
            // 等待进程结束并获取退出码
            int exitCode = process.waitFor();
            log.info("cmds exit code =  " + exitCode);
        } catch (Exception e) {
            e.printStackTrace();
        }
    }

A graphical operation and maintenance inspection platform 面向个人的可视化运维巡检平台,目前基础功能已开发完成,基本可用 个人运维工具中的 瑞士军刀 ,无需安装,开箱即用! 开源地址: https://github.com/limaofu/cofable

A graphical operation and maintenance inspection platform
面向个人的可视化运维巡检平台,目前基础功能已开发完成,基本可用
个人运维工具中的 瑞士军刀 ,无需安装,开箱即用!
开源地址: https://github.com/limaofu/cofable

功能扩展

  1. 解决纯内网机器的运维问题;
  2. 解决设备录入的问题,比如设备自动注册;

构建机可以有多个吗?

首先感谢你贡献这个项目,目前在开发环境体验了一下,用着很不错,但是如果生产环境使用,大批量使用,单机构建还是有一定的瓶颈的,不知道支不支持多构建机的情况

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.