From the docs:
curl https://get.dgraph.io -sSf | bash
However, this endpoint has been returning HTTP status 521 (Web Server Is Down
) for the last couple days, making install impossible.
From the docs:
curl https://get.dgraph.io -sSf | bash
However, this endpoint has been returning HTTP status 521 (Web Server Is Down
) for the last couple days, making install impossible.
I believe https://raw.githubusercontent.com/dgraph-io/Install-Dgraph/master/getdgraph.sh is the same script found at that address, just swap it in for that URL.
This was solved. Thanks folks!