Skip to content

Commit

Permalink
update cosmovisor documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Yang committed Oct 16, 2023
1 parent c27ad7e commit f74fe3f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/validators/cosmovisor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,8 @@ title: Setting up Cosmovisor

# Setting up Cosmovisor

Cosmovisor is an optional process supervisor for ZetaChain. It is a wrapper
around the `zetacored` binary that allows for automatic restarts automatic
upgrades of the ZetaChain binary. It is a fork of the
[CosmosVisor](https://docs.cosmos.network/main/tooling/cosmovisor) tool.

You can use a prebuilt `Cosmovisor` binary or build it yourself from source.

## Installing Cosmovisor

### Building From Source

You need to have Go 1.19 and other dependencies first but those are outside the
scope of this document. If you are uncomfortable building the binary from source
code we recommend using a prebuilt binary as shown in the next step.

You can build from source by cloning the repository and running the following
commands.

```
go install cosmossdk.io/tools/cosmovisor/cmd/[email protected]
mv $GOPATH/bin/zetavisor /usr/local/bin/cosmovisor
Expand Down

0 comments on commit f74fe3f

Please sign in to comment.