Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 575 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 575 Bytes

dgraph-builder

dgraph-builder facilitates building dgraph binary for different OS & different Commit SHA's. With this you can build dgraph binary quickly without having to setup Go environment or other dependencies. All you need is docker!

There is also a launcher script which will spin up a HA cluster with ACL locally.

PreRequisites

  • Docker

How to Build

sh dgraph-builder.sh linux master 

How to Build & Launch

sh dgraph-launcher.sh master

CleanUp

sh dgraph-cleaner.sh # TODO: this needs fine-tuning