mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-18 05:00:03 +02:00
README.md: Add more documentation for compiling and packaging
This commit is contained in:
parent
15a4566b3b
commit
6cef421a34
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
|
@ -6,6 +6,24 @@ This program implements EOSIO healthcheck for HAProxy over TCP.
|
|||
|
||||
You will need go-lang version `1.14` or later to compile the source.
|
||||
|
||||
First you need to install golang dependacies:
|
||||
|
||||
```sh
|
||||
$ make deps
|
||||
```
|
||||
|
||||
Then you can compile with `compile.sh` script
|
||||
|
||||
```sh
|
||||
$ ./compile.sh
|
||||
```
|
||||
|
||||
Execute `./compile.sh --help` to see all available flags to crosscompile for different systems/architectures.
|
||||
|
||||
### Package
|
||||
|
||||
run `./package.sh` to generate package. Debian (.deb) and FreeBSD are supported.
|
||||
|
||||
## TCP Protocol
|
||||
|
||||
The protocol is simple and has 4 rules.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue