Hastic standalone https://hastic.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
glitch4347 8ab0718326
Update server/src/config.rs
2 years ago
client seasonality iterations 2 years ago
server Update server/src/config.rs 2 years ago
.gitignore release build 2 years ago
Makefile yarn install in make 2 years ago
README.md Readme: update requirements 2 years ago

README.md

Hastic

Hastic needs Prometheus or InfluxDB instance for getting metrics.

Build from source (Linux)

Prerequirements

  1. Install cargo (required version: >=1.49)
  2. Install node.js >=10.x
  3. Install yarn
  4. Install x86_64-unknown-linux-musl: rustup target add x86_64-unknown-linux-musl
  5. musl-tools: sudo apt install musl-tools

Build

make
cd release
./hastic

open http://localhost:4347 in browser