這裏僅介紹windows環境下的安裝,直接官網下載安裝包安裝便可。安裝完後進入安裝目錄進行配置。web
cd ArangoDB\\etc\\arangodb3
打開arangod.conf配置文件,修改如下配置,其餘配置保持默認。windows
[database] directory = D:\arangodb\ [server] # Specify the endpoint for HTTP requests by clients. # tcp://ipv4-address:port # tcp://[ipv6-address]:port # ssl://ipv4-address:port # ssl://[ipv6-address]:port # unix:///path/to/socket # # Examples: # endpoint = tcp://0.0.0.0:8529 # endpoint = tcp://127.0.0.1:8529 # endpoint = tcp://localhost:8529 # endpoint = tcp://myserver.arangodb.com:8529 # endpoint = tcp://[::]:8529 # endpoint = tcp://[fe80::21a:5df1:aede:98cf]:8529 # endpoint = tcp://192.168.1.1:8529 authentication = true
而後運行arangodb服務,進入目錄瀏覽器
cd ArangoDB/usr/bin
建立root密碼,執行以下命令並按提示設置密碼socket
..\ArangoDB\usr\bin> arango-secure-installation
而後執行以下命令開始服務tcp
..\ArangoDB\usr\bin> arangod
而後瀏覽器中輸入tcp://192.168.1.1:8529,進入web管理頁面,輸入帳戶root,密碼就是剛纔設置的密碼(好比123456)spa