任务1:区块链系统部署与运维1-1: 搭建区块链系统并验证基于给定服务器环境以及软件(地址“/root/tools”),搭建一条4节点的区块链系统并验证,具体工作内容如下:
(1)配置网络(安装包在/root/tools/目录**)**提示:如果已经搭建完成(即有nodes目录),删除rm -rf nodes,继续搭建。
命令: bash build_chain.sh -l 127.0.0.1:4 -p 30300,20200,8545 -e
123456789101112131415161718192021222324root@admin:~/tools# ./build_chain.sh -l 127.0.0.1:4 -p 30300,20200,8545[INFO] Downloading fisco-bcos binary from https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.8.0/fisco-bcos.tar.gz ...########### ...
Linux运维
未读1、 设置服务器端主机名称2、 查看操作系统内核版本3、 设置网络连接 用nmcli来改 进入该目录 增加 激活 查看
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment