Skip to content

Instantly share code, notes, and snippets.

@Steve
Steve / gist:dfdae7afcf2cfc28f93c3ea25dfb043c
Created November 24, 2021 22:52
unigraph build from source for MacOS BigSur
- install homebrew (go to https://brew.sh)
- brew install go (derived from https://github.com/unigraph-dev/dgraph)
- brew install yarn (from https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable)
- dgraph
- (from project folder)
- git clone https://github.com/unigraph-dev/dgraph.git (from https://github.com/unigraph-dev/dgraph)
- cd ./dgraph (from https://github.com/unigraph-dev/dgraph)
- make install (from https://github.com/unigraph-dev/dgraph)
- put in ~/go/bin/dgraph
- sudo mkdir /opt/unigraph