Translations of this page?:

twister

Peer-to-peer microblogging

User Tools

Site Tools

Command disabled: backlink

using:howto:compiling_twister_on_debian_7

Compiling twister on Debian 7

Installation of tools

sudo apt-get update

sudo apt-get install build-essential libboost-all-dev \
libdb++-dev libminiupnpc-dev libtool libssl-dev autoconf git

Get and install twister

twister daemon

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

twister html

mkdir ~/.twister

cd ~/.twister

git clone https://github.com/miguelfreitas/twister-html.git html

Configuration

echo -e "rpcuser=user\nrpcpassword=pwd" > ~/.twister/twister.conf

chmod 600 ~/.twister/twister.conf

Start twister deamon

cd ~/twister/twister-core
./twisterd -daemon -rpcallowip=127.0.0.1

Using twister

With your browser, open http://127.0.0.1:28332/index.html

Update version

cd ~/twister/twister-core

git pull

./autotool.sh

./configure

make
cd ~/.twister/html

git pull
using/howto/compiling_twister_on_debian_7.txt · Last modified: 2015/01/19 03:56 by jordila