Translations of this page?:

twister

Peer-to-peer microblogging

User Tools

Site Tools


using:howto:compiling_twister_on_debian_7

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

====== Compiling twister on Debian 7 ====== ===== Installation of tools ===== <code> sudo apt-get update sudo apt-get install build-essential libboost-all-dev \ libdb++-dev libminiupnpc-dev libtool libssl-dev autoconf git </code> ===== Get and install twister ===== ==== twister daemon ==== <code> 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 </code> ==== twister html ==== <code> mkdir ~/.twister cd ~/.twister git clone https://github.com/miguelfreitas/twister-html.git html </code> ==== Configuration ==== <code> echo -e "rpcuser=user\nrpcpassword=pwd" > ~/.twister/twister.conf chmod 600 ~/.twister/twister.conf </code> ===== Start twister deamon ===== <code> ./twisterd -daemon -rpcallowip=127.0.0.1 </code> ===== Using twister ===== With your browser, open http://127.0.0.1:28332/index.html ===== Update version ===== <code> cd ~/twister/twister-core git pull ./autotool.sh ./configure make </code> <code> cd ~/.twister/html git pull </code>

using/howto/compiling_twister_on_debian_7.1391585274.txt.gz · Last modified: 2014/02/05 08:27 by jpfox