commit | f2a812b9fd60b386070c80d012e0703e157be7fc | [log] [tgz] |
---|---|---|
author | Sergiusz Bazanski <q3k@q3k.org> | Sun Jan 13 17:51:34 2019 +0100 |
committer | Sergiusz Bazanski <q3k@q3k.org> | Sun Jan 13 17:51:34 2019 +0100 |
tree | 6928b8c7db7ae08cf406ccc2dfe6a22335abb7d7 | |
parent | 60b19af41e28878b84f079d06dd11825c15997b2 [diff] |
*: bazelify
This is the main git repository for all HSWAW cloud related code.
No bazel yet :^).
# get the monorepo go get -d code.hackerspace.pl/hscloud # install compile-time utilities sudo apt install protobuf-compiler go install code.hackerspace.pl/hscloud/go/vendor/github.com/golang/protobuf/protoc-gen-go go install code.hackerspace.pl/hscloud/go/vendor/github.com/gobuffalo/packr/packr # generate protos and packr boxes go generate code.hackerspace.pl/hscloud/... # install all services into PATH go install code.hackerspace.pl/hscloud/go/svc/...
TODO(q3k): document this
Everything that's not in go/vendor
is licensed under the terms of the ISC license, see COPYING next to this file.