What is the command line to run arangodb (arangod.exe) 1.2.0 on windows?

StackOverflow https://stackoverflow.com/questions/15577289

  •  29-03-2022
  •  | 
  •  

Domanda

It demands --server.endpoint option, but nothing I give it works. Has anyone ever run this database on Windows?

È stato utile?

Soluzione

I've done the following: Downloaded and installed "arango64.msi" into a directory "c:\Users\fceller\ArangoDB" under Windows 8. Switched into this directory and executed "shellExample.bat". This starts the server and you can access it via the browser under "localhost:8529".

As for the server.endpoint option: It either supports tcp or unix domain sockets (presumably not under Windows). For TCP the syntax is

tcp://127.0.0.1:8529

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top