mirror of https://gitee.com/bigwinds/arangodb
updated batch files
This commit is contained in:
parent
c2a9caf4e2
commit
38ec6e8539
|
@ -27,7 +27,7 @@ if EXIST ".\data\LOCK" goto DEL_LOCK
|
|||
|
||||
:DEL_LOCK
|
||||
echo removing lock file
|
||||
del /F .\data\LOCK > NUL
|
||||
del /F .\data\LOCK > NUL 2>&1
|
||||
if EXIST ".\data\LOCK" (
|
||||
echo =======================================================================================
|
||||
echo ERROR: There appears to be a lock file which is in use. This is generally caused
|
||||
|
@ -44,3 +44,4 @@ goto START_ARANGO
|
|||
arangod.exe -c arangod.conf data %*
|
||||
|
||||
:END
|
||||
pause
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[server]
|
||||
endpoint = tcp://127.0.0.1:8529
|
||||
disable-authentication = true
|
|
@ -1,7 +0,0 @@
|
|||
@echo off
|
||||
:: #################################################################
|
||||
:: # script to start the ArangoDB shell in Windows
|
||||
:: #################################################################
|
||||
setlocal enableextensions
|
||||
|
||||
arangosh.exe -c arangosh.conf %*
|
|
@ -0,0 +1,3 @@
|
|||
[server]
|
||||
endpoint = tcp://127.0.0.1:8529
|
||||
disable-authentication = true
|
|
@ -27,7 +27,7 @@ if EXIST ".\data\LOCK" goto DEL_LOCK
|
|||
|
||||
:DEL_LOCK
|
||||
echo removing lock file
|
||||
del /F .\data\LOCK > NUL
|
||||
del /F .\data\LOCK > NUL 2>&1
|
||||
if EXIST ".\data\LOCK" (
|
||||
echo =======================================================================================
|
||||
echo ERROR: There appears to be a lock file which is in use. This is generally caused
|
||||
|
@ -44,3 +44,4 @@ goto START_ARANGO
|
|||
arangod.exe -c arangod.conf --console --upgrade data %*
|
||||
|
||||
:END
|
||||
pause
|
||||
|
|
Loading…
Reference in New Issue