go-pingbot/README.md
Medzik 13771d1394 v1.2.0
- database: added collection to var
- website: changed gin.G to json type
- api: status added cpu usage and move memory to stats
- go: upgrade deps
- update nodemon cfg and README
2021-07-22 08:23:49 +00:00

14 lines
423 B
Markdown

# Pingbot - Backend
## 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 file and complete according to .env.schema
* Add permissions `chmod +rwx pingbot.out`
* Run binary `./pingbot.out`
## Disable Automatic Updates
* Add Option `-u=false` or `--update=false`