forked from garethgeorge/backrest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update README.md with detailed install and usage instructions
- Loading branch information
1 parent
2603a0e
commit 7445191
Showing
6 changed files
with
143 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Contributing | ||
|
||
## Commits | ||
|
||
This repo uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). | ||
|
||
## Dev Depedencies | ||
|
||
**Build Dependencies** | ||
|
||
* Node.JS for UI development | ||
* Go 1.21 or greater for server development | ||
* go.rice `go install github.com/GeertJohan/go.rice@latest` and `go install github.com/GeertJohan/go.rice/rice@latest` | ||
|
||
**To Edit Protobuffers** | ||
```sh | ||
apt install -y protobuf-compiler | ||
go install \ | ||
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@latest \ | ||
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@latest | ||
go install github.com/grpc-ecosystem/protoc-gen-grpc-gateway-ts@latest | ||
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest | ||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest | ||
go install github.com/bufbuild/buf/cmd/buf@v1.27.2 | ||
``` | ||
## Building | ||
|
||
```sh | ||
(cd webui && npm i && npm run build) | ||
(cd cmd/restora && go build .) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.