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:

    git clone --depth 1 https://www.github.com/terra-money/LocalTerra
    Copy
  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

cd LocalTerra
docker-compose up
Copy

Your environment now contains:

Stop

$ docker-compose stop
Copy

Reset

$ docker-compose rm
Copy