fabfile.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:Simplechaindb 作者: BUAANLSDE 项目源码 文件源码
def send_client_confile(confile):
    put(confile, 'tempfile')
    run('mv tempfile ~/.bigchaindb')
    print('For this node, bigchaindb show-config says:')
    run('simplechaindb show-config')


# Initialize BigchainDB
# i.e. create the database, the tables,
# the indexes, and the genesis block.
# (The @hosts decorator is used to make this
# task run on only one node. See http://tinyurl.com/h9qqf3t )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号