tendermint/cmd/debora
Jae Kwon cc3a76f6c8 Quit upgrade_barak script upon error 2015-07-08 14:43:38 -07:00
..
README.md barak takes an output-file as option 2015-04-17 11:45:13 -07:00
commands.go upgrades to debora/barak to allow shutting down barak 2015-07-07 19:26:33 -07:00
default.cfg added debora default.cfg file 2015-05-04 18:37:16 -07:00
log.go Begin writing debora 2015-04-14 04:14:18 -07:00
main.go Quit upgrade_barak script upon error 2015-07-08 14:43:38 -07:00

README.md

Example

# Upgrade barak.
# We need to give it a new seed to prevent port conflicts.
./build/debora run --input "`cat cmd/barak/seed2`" -- barak2 ./build/barak

# Build tendermint from source
./build/debora run -- build_tendermint bash -c "cd $GOPATH/src/github.com/tendermint/tendermint; make"

# Build and run tendermint
./build/debora run -- tendermint bash -c "cd \$GOPATH/src/github.com/tendermint/tendermint; make; ./build/tendermint node"