Is it possible to build dgraph from source?

Is it possible to build dgraph binary from source? if so how can I do that?

1 Like

Yes, that’s possible. It’s much the same as building any other Go app from source. You’ll ned to install the Go buildchain, clone the repo, then run go install github.com/dgraph-io/dgraph/cmd/....

thx can’t believe I miss that.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.