Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 663 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 663 Bytes

HLK-SW16 server

Build Status

Description:

You can manage on the hlk-sw16 via a simple server. 

Install package:

go get -u github.com/vitaly-kashtalyan/go_relays_switch

You can also manually git clone the repository to:

$GOPATH/src/github.com/vitaly-kashtalyan/go_relays_switch

Docker:

Execute the command for build and run container:

docker build . -t go-relays-switch
docker run -i -t -p 8082:8082 --restart always go-relays-switch

or

$ ./run.sh