Installation
Last updated
This chapter explains the Service Chain Consensus Node (SCN) installation.
The archive file for Service Chain Consensus Node has the following directory layout.
bin/kscn
SCN executable file
bin/kscnd
SCN start/termination script file
conf/kscnd.conf
SCN configuration file
The archive file for homi binary has the following directory layout.
bin/homi
HOMI executable file
The installation is the uncompression of the downloaded package.
$ tar zxf kscn-vX.X.X-XXXXX-amd64.tar.gz
$ tar zxf homi-vX.X.X-XXXXX-amd64.tar.gzYou can install the downloaded RPM file with the following yum command.
The Klaytn Linux package consists of the executable binary and the configuration file structured as follows.
kscn
/usr/bin/kscn
kscnd.conf
/etc/kscnd/conf/kscnd.conf
homi
/usr/bin/homi
Last updated
$ yum install kscnd-vX.X.X.el7.x86_64.rpm
$ yum install homi-vX.X.X.el7.x86_64.rpm