Server side addon to work as a slave for Intellij IDEA Plugin (see here: LINK)
This program is designed to be a tunnel, and enable actions such as: disc discovery, action execution ,etc.
To start you need:
- GOLang 1.16
- Protoc configured and installed how to set up
- Clone repository
- Execute init of submodule (about it you can learn here)
git submodule update --init --recursive
- Download protoc-gen-go.
go get -u github.com/golang/protobuf/protoc-gen-go
- Execute make script, it will also generate go files based on proto.
make.ps1
For windows machine there is already script make.ps1, and for linux make.sh. Just run it, it will produce in distr folder executables for most common platforms.
- Dominik Wojciechowski - d-wojciechowski
- Michał Celniak - Michal1993r
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details