项目作者: cubedserver

项目描述 :
Cubed Agent
高级语言: JavaScript
项目地址: git://github.com/cubedserver/agent.git
创建时间: 2021-03-31T02:51:22Z
项目社区:https://github.com/cubedserver/agent

开源协议:MIT License

下载


Cubed Agent

This repository contains the source code for the Cubed Agent. A small app that is used to collect server metrics. Please note that to use this you’ll need to first sign up for an account at https://cubedserver.com

Install

macOS 10.10+, Linux, and Windows 7+ are supported (64-bit only).

macOS

Download the .dmg file.

Linux

Download the .AppImage or .deb file.

The AppImage needs to be made executable after download.

Windows

Download the .exe file.


Dev

Built with Electron.

Run

  1. $ npm install
  2. $ npm start

Build

  1. $ npm run dist

Publish

  1. $ npm run release

After Travis finishes building your app, open the release draft it created and click “Publish”.