mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 20:21:47 +00:00
add terraforce deployment method
This commit is contained in:
1
terraforce/examples/in-proc-linux/bins
Normal file
1
terraforce/examples/in-proc-linux/bins
Normal file
@ -0,0 +1 @@
|
||||
$GOPATH/bin/tendermint-linux
|
7
terraforce/examples/in-proc-linux/run.sh
Normal file
7
terraforce/examples/in-proc-linux/run.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [[ "$SEEDS" != "" ]]; then
|
||||
SEEDS_FLAG="--seeds=$SEEDS"
|
||||
fi
|
||||
|
||||
./tendermint-linux node --proxy_app=dummy --log_level=note $SEEDS_FLAG >> tendermint.log 2>&1 &
|
Reference in New Issue
Block a user