Commit 6c996814 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d0c3276a
#!/bin/sh -xe
# run neo-1 cluster
NEO_ADMIN_PORT=5551 \
neosimple --adapter=SQLite --temp_dir=tmp/1 --logger --name neo1 s1
#!/bin/sh -xe
# run neo-2 cluster connected to neo-1 as upstream
N1M=`neoctl -a 127.0.0.1:5551 print node |grep MASTER |awk '{print $5}'`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment