Skip to content

Commit b4d4684

Browse files
committed
Maybe now we get ArangoDB working again? (pretty please...)
1 parent 95ebaa9 commit b4d4684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2121
ARANGODB_DIR="$DIR/$NAME"
2222

2323
ARANGOD="${ARANGODB_DIR}/bin/arangod"
24-
2524
if [ "$ARCH" == "x86_64" ]; then
2625
ARANGOD="${ARANGOD}_x86_64"
2726
fi
@@ -35,12 +34,13 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3534
--database.directory ${TMP_DIR} \
3635
--configuration none \
3736
--server.endpoint tcp://127.0.0.1:8529 \
38-
--javascript.app-path ${ARANGODB_DIR}/js \
3937
--javascript.startup-directory ${ARANGODB_DIR}/js \
38+
--server.admin-directory ${ARANGODB_DIR}/html/admin \
4039
--javascript.modules-path ${ARANGODB_DIR}/js/server/modules:${ARANGODB_DIR}/js/common/modules:${ARANGODB_DIR}/js/node \
4140
--javascript.package-path ${ARANGODB_DIR}/js/npm:${ARANGODB_DIR}/js/common/test-data/modules \
4241
--javascript.action-directory ${ARANGODB_DIR}/js/actions \
4342
--database.maximal-journal-size 1048576 \
43+
--server.disable-admin-interface true \
4444
--server.disable-authentication true \
4545
--javascript.gc-interval 1 &
4646

0 commit comments

Comments
 (0)