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.
Alexey Velikiy
81069e9782
|
3 years ago | |
---|---|---|
client | 3 years ago | |
server | 3 years ago | |
.gitignore | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago |
README.md
Hastic
Hastic needs Prometheus or InfluxDB instance for getting metrics.
Build from source (Linux)
Prerequirements
- Install cargo (required version: >=1.49)
- Install node.js >=10.x
- Install yarn
- Install x86_64-unknown-linux-musl:
rustup target add x86_64-unknown-linux-musl
- musl-tools:
sudo apt install musl-tools
Build
make
cd release
./hastic
open http://localhost:4347
in browser