Y. Kravets
Y. Kravets

Reputation: 11

GRAKN Server start fails right after install

Installed Grakn-Core as per their instruction on the website via Homebrew (Mac OS). As I am trying to start the Grakn server by executing grakn server start I am consistently getting the following error:

enter image description here

Same goes for any other command argument after grakn server <arg>. Did something change and is not reflected in the documentation or am I missing something obvious?

Upvotes: 0

Views: 77

Answers (1)

flyingsilverfin
flyingsilverfin

Reputation: 450

it looks like you're using the 2.0.0-alpha version of Grakn core, for which the docs live at dev.docs.grakn.ai (as opposed to dev.grakn.ai, which is for the 1.8.4 docs)

The url will be changed to our main docs page once we're out of alpha!

Upvotes: 1

Related Questions