var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=1&rec=1&url=https://docs.terra.money" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

Install LocalTerra

Prerequisites

💡Terrain and LocalTerra

If you are using LocalTerra with Terrain, use the Terrain with LocalTerra guide.

Install LocalTerra

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


    _1
    git clone --depth 1 https://www.github.com/terra-money/LocalTerra

  2. Make sure your Docker daemon is running in the background and docker-compose is installed.

Install the FCD

  1. To run the FCD with LocalTerra, clone the FCD repo and follow the README.md instructions to run the FCD with LocalTerra.

  2. After installing and running the FCD repo, it can be accessed at http://localhost:3060.

Using LocalTerra

Start


_2
cd LocalTerra
_2
docker-compose up

Your environment now contains:

Stop


_1
$ docker-compose stop

Reset


_1
$ docker-compose rm