lokinet/contrib/cluster-shell/init.sh
2019-06-05 14:43:29 -07:00

10 lines
226 B
Bash

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