mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-parser-simplification
This commit is contained in:
commit
3e9f2e8873
|
@ -13,7 +13,9 @@ fi
|
||||||
if test -n "$ORIGINAL_PATH"; then
|
if test -n "$ORIGINAL_PATH"; then
|
||||||
# running in cygwin...
|
# running in cygwin...
|
||||||
PS='\'
|
PS='\'
|
||||||
|
export EXT=".exe"
|
||||||
else
|
else
|
||||||
|
export EXT=""
|
||||||
PS='/'
|
PS='/'
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
@ -38,7 +40,7 @@ echo Database has its data in data-$PID
|
||||||
echo Logfile is in log-$PID
|
echo Logfile is in log-$PID
|
||||||
$VG bin/arangod \
|
$VG bin/arangod \
|
||||||
--configuration none \
|
--configuration none \
|
||||||
--cluster.agent-path bin${PS}etcd-arango \
|
--cluster.agent-path bin${PS}etcd-arango${EXT} \
|
||||||
--cluster.arangod-path bin${PS}arangod \
|
--cluster.arangod-path bin${PS}arangod \
|
||||||
--cluster.coordinator-config etc${PS}relative${PS}arangod-coordinator.conf \
|
--cluster.coordinator-config etc${PS}relative${PS}arangod-coordinator.conf \
|
||||||
--cluster.dbserver-config etc${PS}relative${PS}arangod-dbserver.conf \
|
--cluster.dbserver-config etc${PS}relative${PS}arangod-dbserver.conf \
|
||||||
|
|
Loading…
Reference in New Issue