Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (28 loc) · 462 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 462 Bytes

bbnet-scripts

A repo holding all scripts that run BanBansNetwork

setup

sudo adduser banbans
su banbans
cd
mkdir bbnet
cd bbnet
git clone https://github.com/BanBansNet/bbnet-scripts
cd bbnet-scripts
./setup.sh

administration

#start server GER 1
./start.sh 1
#start server GER 2
./start.sh 2
#stop server GER 2
./stop.sh 2
#stop all servers
./stop.sh -1

dependencies

sudo apt install cmake git libcurl4-openssl-dev python vim