mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 02:52:07 +00:00
## Description - Add deprecated to config values in toml - update config in configuration doc - explain how to set up a node with the new network - add sentence about not needing to fork tendermint for built-in tutorial - closes #6865 - add note to use a released version of tendermint with the tutorials. This is to avoid unknown issues prior to a release.
17 lines
346 B
Markdown
17 lines
346 B
Markdown
---
|
|
order: 1
|
|
parent:
|
|
title: Networks
|
|
order: 1
|
|
---
|
|
|
|
# Overview
|
|
|
|
Use [Docker Compose](./docker-compose.md) to spin up Tendermint testnets on your
|
|
local machine.
|
|
|
|
Use [Terraform and Ansible](./terraform-and-ansible.md) to deploy Tendermint
|
|
testnets to the cloud.
|
|
|
|
See the `tendermint testnet --help` command for more help initializing testnets.
|