Browse Source

networks: update readmes

pull/1598/head
Ethan Buchman 6 years ago
parent
commit
773e3917ec
2 changed files with 9 additions and 7 deletions
  1. +8
    -7
      networks/local/README.md
  2. +1
    -0
      networks/remote/README.md

+ 8
- 7
networks/local/README.md View File

@ -1,28 +1,29 @@
# Local Docker Testnet
# Local Cluster with Docker Compose
## Requirements
- [Install tendermint](/docs/install.rst)
- [Install docker](https://docs.docker.com/engine/installation/)
- [Install docker-compose](https://docs.docker.com/compose/install/)
## Build
Build the `tendermint` binary and the `tendermint/localnode` docker image:
Build the `tendermint` binary and the `tendermint/localnode` docker image.
Note the binary will be mounted into the container so it can be updated without
rebuilding the image.
```
cd $GOPATH/src/github.com/tendermint/tendermint
# Install dependencies (skip if already done)
make get_tools
make get_vendor_deps
# Build binary in ./build
# Build the linux binary in ./build
make build-linux
# Build tendermint/localnode image
make build-docker-localnode
```
## Run a testnet
To start a 4 node testnet run:


+ 1
- 0
networks/remote/README.md View File

@ -0,0 +1 @@
# Remote Cluster with Terraform and Ansible

Loading…
Cancel
Save