go-pingbot/README.md
Medzik bd660f5427 v1.1.0: Change error msg, Changes 2 files name to ticker.go...
- Change error messages
- backend and update: changed files name to ticker.go
- Update README, Makefile
- Added nodemon
- website: URL type now is database.URL
- backend: Remove unused http info
- Upgrade deps
2021-07-19 14:24:33 +00:00

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