1
0
Fork 0

fixed instructions

This commit is contained in:
Jan Steemann 2013-09-05 17:57:24 +02:00
parent 0ce87bf0b8
commit 54e5af4f54
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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%