Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 692 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 692 Bytes
description
This document shows how to install the trucoin-core into the following systems.

Installation

Prerequisites

  • Redis Server
  • Python 3.6

CentOS 7/ RHEL/ Amazon Linux

On the terminal run the following commands:

$ git clone https://github.com/trucoin/trucoin-core.git
$ cd scripts/
$ ./centos7.sh

{% hint style="info" %} If your operating system is not listed below, please open a issue into our Github repo. {% endhint %}

Debian 9

$ git clone https://github.com/trucoin/trucoin-core.git
$ cd scripts/
$ ./debian9.sh

Ubuntu

$ git clone https://github.com/trucoin/trucoin-core.git
$ cd scripts/
$ ./ubuntu.sh