mirror of https://gitee.com/bigwinds/arangodb
fixed instructions
This commit is contained in:
parent
0ce87bf0b8
commit
54e5af4f54
|
@ -39,7 +39,7 @@ Notes:
|
|||
server. We now wish to check that the installation is working correctly and to do this
|
||||
we will be using the administration web interface. Execute 'serverExample.bat' if you have
|
||||
not already done so, then open up your web browser and point it to the page:
|
||||
http:/127.0.0.1:8529/_admin/html/index.html
|
||||
http:/127.0.0.1:8529/
|
||||
To check if your installation is successful, on the right hand side of the web page
|
||||
click the "Filter" drop down and select the "System" TYPE. If the installation was
|
||||
successful, then the page should display a few system collections (note that the order
|
||||
|
|
|
@ -66,7 +66,6 @@ SET CMD=
|
|||
SET CMD=%CMD% --server.endpoint %HTTP_PORT%
|
||||
SET CMD=%CMD% --database.directory %DATABASE_DIR%
|
||||
SET CMD=%CMD% --server.disable-authentication true
|
||||
SET CMD=%CMD% --server.disable-admin-interface false
|
||||
SET CMD=%CMD% --log.level %LOG_LEVEL%
|
||||
SET CMD=%CMD% --log.severity human
|
||||
SET CMD=%CMD% --javascript.action-directory %ACTION_DIR%
|
||||
|
|
Loading…
Reference in New Issue