Skip to content

Commit

Permalink
Update install-localterra.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Jan 15, 2024
1 parent d36efaa commit 76d79e9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/develop/localterra/install-localterra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you are using LocalTerra with Terrain, use the [Terrain with LocalTerra guide

</Admonition>

## Installation
## Install LocalTerra

1. Run the following command to clone the LocalTerra repository:

Expand All @@ -24,6 +24,12 @@ If you are using LocalTerra with Terrain, use the [Terrain with LocalTerra guide

2. Make sure your Docker daemon is running in the background and [`docker-compose`](https://github.com/docker/compose) is installed.

## Install the FCD

1. To run the FCD with LocalTerra, clone the [FCD repo](https://github.com/terra-money/fcd) and follow the README.md instructions to run the FCD with LocalTerra.

2. After installing and running the [FCD repo](http://www.github.com/terra-money/fcd), it can be accessed at http://localhost:3060.

## Using LocalTerra

### Start
Expand All @@ -37,7 +43,7 @@ Your environment now contains:

- [Terrad](http://github.com/terra-money/core) RPC node running on `tcp://localhost:26657`
- LCD running on http://localhost:1317
- [FCD](http://www.github.com/terra-money/fcd) running on http://localhost:3060


### Stop

Expand All @@ -51,6 +57,3 @@ $ docker-compose stop
$ docker-compose rm
```

## FCD

Clone the [FCD repo](https://github.com/terra-money/fcd) and follow the README.md instructions to run the FCD with LocalTerra.

0 comments on commit 76d79e9

Please sign in to comment.