Libra deployment of the "Four Steps"

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/weixin_39304564/article/details/102598442

Libra deployment steps simple, but requires a lot of patience, proven deployment environment CentOS7.7:
1, to pull the code on github:

git  clone  https://github.com/libra/libra.git &&cd  libra

2, a network switch to testnet

git checkout testnet

3, dependent on the installation environment

./scripts/dev_setup.sh

4, start the test network ( wait )

./scripts/cli/start_cli_testnet.sh

During startup if cmake error, upgrade to cmake version 3.0 and above.

Subsequent start-up process, if reported the following error:
Here Insert Picture Description
Please check network problems, the office network may exist firewall restrictions.

Guess you like

Origin blog.csdn.net/weixin_39304564/article/details/102598442