The LTO identity node is comprised of a set of Docker containers. Use docker-compose as orchestration tool.
{% tabs %} {% tab title="Ubuntu" %}
apt install docker
{% endtab %}
{% tab title="RHEL/CentOS" %}
yum install docker
{% endtab %} {% endtabs %}
Use pip
(python package manager) to install docker-compose.
$ pip install docker-compose
$ curl "https://raw.githubusercontent.com/ltonetwork/lto-identity-node/master/docker-compose.yml" -o docker-compose.yml
$ docker-compose up