1
0
Fork 0

updated batch files

This commit is contained in:
Jan Steemann 2013-10-11 13:03:47 +02:00
parent c2a9caf4e2
commit 38ec6e8539
7 changed files with 10 additions and 9 deletions

View File

@ -27,7 +27,7 @@ if EXIST ".\data\LOCK" goto DEL_LOCK
:DEL_LOCK :DEL_LOCK
echo removing lock file echo removing lock file
del /F .\data\LOCK > NUL del /F .\data\LOCK > NUL 2>&1
if EXIST ".\data\LOCK" ( if EXIST ".\data\LOCK" (
echo ======================================================================================= echo =======================================================================================
echo ERROR: There appears to be a lock file which is in use. This is generally caused 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 %* arangod.exe -c arangod.conf data %*
:END :END
pause

View File

@ -0,0 +1,3 @@
[server]
endpoint = tcp://127.0.0.1:8529
disable-authentication = true

View File

@ -1,7 +0,0 @@
@echo off
:: #################################################################
:: # script to start the ArangoDB shell in Windows
:: #################################################################
setlocal enableextensions
arangosh.exe -c arangosh.conf %*

0
VS2012/Installer/arangoimp.conf Normal file → Executable file
View File

View File

@ -0,0 +1,3 @@
[server]
endpoint = tcp://127.0.0.1:8529
disable-authentication = true

0
VS2012/Installer/arangosh.conf Normal file → Executable file
View File

View File

@ -27,7 +27,7 @@ if EXIST ".\data\LOCK" goto DEL_LOCK
:DEL_LOCK :DEL_LOCK
echo removing lock file echo removing lock file
del /F .\data\LOCK > NUL del /F .\data\LOCK > NUL 2>&1
if EXIST ".\data\LOCK" ( if EXIST ".\data\LOCK" (
echo ======================================================================================= echo =======================================================================================
echo ERROR: There appears to be a lock file which is in use. This is generally caused 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 %* arangod.exe -c arangod.conf --console --upgrade data %*
:END :END
pause