Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 611 Bytes

File metadata and controls

33 lines (24 loc) · 611 Bytes

Linux

The LTO identity node is comprised of a set of Docker containers. Use docker-compose as orchestration tool.

Install docker

{% 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

Start the node

$ curl "https://raw.githubusercontent.com/ltonetwork/lto-identity-node/master/docker-compose.yml" -o docker-compose.yml
$ docker-compose up