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.

Installation

  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.

Using LocalTerra

Start

cd LocalTerra
docker-compose up
Copy

Your environment now contains:

Stop

$ docker-compose stop
Copy

Reset

$ docker-compose rm
Copy