go-pingbot/README.md

14 lines
555 B
Markdown
Raw Normal View History

2021-07-11 21:19:37 +00:00
# Pingbot - Backend
2021-08-17 21:26:19 +00:00
![Repo Size](https://img.shields.io/github/repo-size/MedzikUser/go-pingbot)
![Build](https://img.shields.io/github/workflow/status/MedzikUser/go-pingbot/Release/main)
2021-07-11 21:19:37 +00:00
## Install Pre-Compile binary
* Linux amd64
* [Download](https://github.com/MedzikUser/go-pingbot/releases) latest version
* Unpack file `tar xzf pingbot_{VERSION}_linux_amd64.tar.gz`
* Create an .env and config.toml file and complete according to .env.schema and config.schema.toml
* Add permissions `chmod +rwx pingbot.out`
* Run binary `./pingbot.out`