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:


    _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.

Using LocalTerra​

Start​


_2
cd LocalTerra
_2
docker-compose up

Your environment now contains:

Stop​


_1
$ docker-compose stop

Reset​


_1
$ docker-compose rm