1
0
Fork 0

fixed cluster start

This commit is contained in:
jsteemann 2016-08-29 11:12:14 +02:00
parent 8337bc89de
commit 524492c75d
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ start() {
PORT=$2
mkdir cluster/data$PORT
echo Starting $TYPE on port $PORT
mkdir -p cluster/apps$PORT
build/bin/arangod -c none \
--database.directory cluster/data$PORT \
--cluster.agency-endpoint tcp://127.0.0.1:$BASE \