hscloud/README.md

34 lines
871 B
Markdown
Raw Normal View History

2018-10-25 11:03:59 +00:00
hscloud monorepo
================
This is the main git repository for all HSWAW cloud related code.
Building stuff
--------------
No bazel yet :^).
2018-10-25 12:20:50 +00:00
# get the monorepo
go get -d code.hackerspace.pl/hscloud
2018-10-25 12:20:50 +00:00
# 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/...
2018-10-25 12:20:50 +00:00
# install all services into PATH
2018-10-25 11:47:27 +00:00
go install code.hackerspace.pl/hscloud/go/svc/...
Running stuff in {dev,prod}
---------------------------
TODO(q3k): document this
2018-10-25 12:25:36 +00:00
License
=======
Everything that's not in `go/vendor` is licensed under the terms of the ISC license, see COPYING next to this file.