0

Does any one know how to install NebulaGraph on my Mac book?

I searched their docs but found only ways to install on Linux hosts.

randomv
  • 218
  • 1
  • 7

1 Answers1

0

NebulaGraph's core part assumed it's running on Linux distros only for now.

But we could leverage virtualization tooling in macOS to do so.

Options are like

  • Deploy in VMs with different hypervisors like (virtualbox, vmware player lima etc.)

  • Leverage Docker Desktop(or equivalent things like rancher desktop, then deploy it with Nebula-Docker-Compose, following this doc

note, the link for the doc is versioned(now, 3.3.0), for future ones who visit this, please choose the latest version in the documentation version drop-down menu.

Wey Gu
  • 575
  • 1
  • 6
  • 11