Git Product home page Git Product logo

sre_cerebrum's Introduction

SRE稳定性运营平台

一个致力于SRE稳定性运营工作的平台

License

预览

项目预览地址:点击我跳转 备注:后端还没有部署,晚点搞

项目

整体项目分为前端和后端:(后续前端和后端会同步更新)

前端:sre_cerebrum

后端:sre_cerebrum_api

Overview

基于 Ant Design Vue Pro 实现的

png1 png2 png3

环境和依赖

项目下载和运行

  • 拉取项目代码
git clone https://github.com/gsgs-libin/sre_cerebrum.git
cd sre_cerebrum
  • 安装依赖
yarn install
  • 开发模式运行
yarn run serve
  • 编译项目
yarn run build
  • Lints and fixes files
yarn run lint

其他说明

点赞的朋友

Stargazers repo roster for @gsgs-libin/sre_cerebrum

Forkers repo roster for @gsgs-libin/sre_cerebrum

sre_cerebrum's People

Contributors

dgsfor avatar

Stargazers

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

Watchers

 avatar  avatar

sre_cerebrum's Issues

拉取master分支编译报错

[root@slb sre_cerebrum]# yarn install
yarn install v1.22.19
warning ../package.json: No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > @ant-design-vue/[email protected]" has unmet peer dependency "umi-request@^1.2.11".
warning " > @ant-design-vue/[email protected]" has unmet peer dependency "vue-container-query@^0.1.0".
warning " > @ant-design/[email protected]" has unmet peer dependency "react@>=16.0.0".
warning " > @ant-design/[email protected]" has unmet peer dependency "react-dom@>=16.0.0".
warning "@ant-design/icons > [email protected]" has unmet peer dependency "react@>=16.9.0".
warning "@ant-design/icons > [email protected]" has unmet peer dependency "react-dom@>=16.9.0".
warning " > [email protected]" has unmet peer dependency "webpack@^2.0.0 || ^3.0.0 || ^4.0.0".
[4/4] Building fresh packages...
[-/7] ⠂ waiting...
[6/7] ⠂ ant-design-vue
[-/7] ⠂ waiting...
[-/7] ⠂ waiting...
error /root/sre_cerebrum/node_modules/deasync: Command failed.
Exit code: 1
Command: node ./build.js
Arguments: 
Directory: /root/sre_cerebrum/node_modules/deasync
Output:
`linux-x64-node-16` exists; testing
Problem with the binary; manual build incoming
stdout=
err=Error: Command failed: /usr/bin/node quick-test.js
/root/sre_cerebrum/node_modules/bindings/bindings.js:135
  throw err;
  ^

Error: Could not locate the bindings file. Tried:
 → /root/sre_cerebrum/node_modules/deasync/build/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/build/Debug/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/build/Release/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/out/Debug/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/Debug/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/out/Release/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/Release/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/build/default/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/compiled/16.15.0/linux/x64/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/addon-build/release/install-root/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/addon-build/debug/install-root/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/addon-build/default/install-root/deasync.node
 → /root/sre_cerebrum/node_modules/deasync/lib/binding/node-v93-linux-x64/deasync.node
    at bindings (/root/sre_cerebrum/node_modules/bindings/bindings.js:126:9)
    at Object.<anonymous> (/root/sre_cerebrum/node_modules/deasync/index.js:30:31)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/root/sre_cerebrum/node_modules/deasync/quick-test.js:3:13)
    at Module._compile (node:internal/modules/cjs/loader:1105:14) {
  tries: [
    '/root/sre_cerebrum/node_modules/deasync/build/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/build/Debug/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/build/Release/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/out/Debug/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/Debug/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/out/Release/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/Release/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/build/default/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/compiled/16.15.0/linux/x64/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/addon-build/release/install-root/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/addon-build/debug/install-root/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/addon-build/default/install-root/deasync.node',
    '/root/sre_cerebrum/node_modules/deasync/lib/binding/node-v93-linux-x64/deasync.node'
  ]
}

node:events:505
      throw er; // Unhandled 'error' event
      ^

Error: spawn node-gyp ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
    at onErrorNT (node:internal/child_process:478:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on ChildProcess instance at:
    at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12)
    at onErrorNT (node:internal/child_process:478:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn node-gyp',

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.