-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Billy Yang
committed
Oct 16, 2023
1 parent
c27ad7e
commit f74fe3f
Showing
1 changed file
with
0 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|