lokinet/contrib/cluster-shell/init.sh
2019-01-29 03:14:59 -08:00

10 lines
223 B
Bash

#!/bin/sh
# copy a lokinet binary into this cluster
cp ../../lokinet .
# generate default config file
./lokinet -g lokinet.ini
# make seed node
./makenode.sh 1
# establish bootstrap
ln -s loki1/self.signed bootstrap.signed