sudo apt-get update sudo apt-get install build-essential libboost-all-dev \ libdb++-dev libminiupnpc-dev libtool libssl-dev autoconf git
mkdir ~/twister cd ~/twister git clone https://github.com/miguelfreitas/twister-core.git git clone https://github.com/miguelfreitas/twister-html.git cd twister-core ./autotool.sh ./configure make
mkdir ~/.twister cd ~/.twister git clone https://github.com/miguelfreitas/twister-html.git html
echo -e "rpcuser=user\nrpcpassword=pwd" > ~/.twister/twister.conf chmod 600 ~/.twister/twister.conf
./twisterd -daemon -rpcallowip=127.0.0.1
Avec votre navigateur, ouvrer http://127.0.0.1:28332/index.html
cd ~/twister/twister-core git pull ./autotool.sh ./configure make
cd ~/.twister/html git pull