twister

Peer-to-peer microblogging

User Tools

Site Tools


using:howto:compiling_twister_on_debian_7

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
using:howto:compiling_twister_on_debian_7 [2014/02/05 08:24]
jpfox general review and adding update procedure
using:howto:compiling_twister_on_debian_7 [2015/01/19 03:56]
jordila [Start twister deamon]
Line 1: Line 1:
-====== Compiling twister on debian ​7 ======+====== Compiling twister on Debian ​7 ======
  
 ===== Installation of tools ===== ===== Installation of tools =====
Line 41: Line 41:
  
 git clone https://​github.com/​miguelfreitas/​twister-html.git html 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>​ </​code>​
  
Line 47: Line 54:
  
 <​code>​ <​code>​
-./twisterd -daemon ​-rpcuser=user -rpcpassword=pwd ​-rpcallowip=127.0.0.1+cd ~/​twister/​twister-core 
 +</​code>​ 
 + 
 + 
 +<​code>​ 
 +./twisterd -daemon -rpcallowip=127.0.0.1
 </​code>​ </​code>​
  
using/howto/compiling_twister_on_debian_7.txt · Last modified: 2015/01/19 03:56 by jordila