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

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

  •  29-03-2022
  •  | 
  •  

문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top