This is a microservice for deploying nodes defined in the SDL to the VMWare environment.
- Protobuf-compiler
sudo apt install protobuf-compiler
- Go protobuf and gRPC plugins
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
- Executor requires a Redis configuration file containing
requirepass <redis-server-password>
, any additional configuration is up to the user. For file details seedocker-compose.yml
Just run make build