satellite

command module
v1.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2022 License: MIT Imports: 3 Imported by: 0

README

Satellite

Badges

Build Status

Getting Started

Before you start, you need to install the prerequisites.

Prerequisites

  • Redis: Version >= 5.0 for data reading
  • GO: Version >= 1.19 for building
  • Node.js: Version >= 14.0 for building
  • Yarn or NPM: for building

Install with Docker

Image can be found at package page on GitHub.

Install from binary

Downloads can be found at releases page on GitHub.

Install from source

  1. Clone the repository:
git clone git@github.com:petaki/satellite.git
  1. Open the folder:
cd satellite
  1. Install the UI dependencies
yarn install
  1. Build the UI
yarn prod
  1. Build the Satellite:
go build
  1. Copy the example configuration:
cp .env.example .env

Configuration

The configruation is stored in the .env file.

Application Address:
APP_ADDR=:4000
Application URL:
APP_URL=http://127.0.0.1:4000
Redis URL:
REDIS_URL=redis://127.0.0.1:6379/0

Usage

Run the app using the following command:

./satellite web serve

Data Collection

You can gather the necessary data with the Probe.

Reporting Issues

If you are facing a problem with this package or found any bug, please open an issue on GitHub.

License

The MIT License (MIT). Please see License File for more information.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
cmd
web
resources

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL