twister-core/doc/building-on-gentoo.md
2014-01-19 21:17:31 +01:00

577 B

Gentoo building instructions

Install

  1. sudo layman -o https://raw.github.com/ddorian1/gentoo-twister-overlay/master/gentoo-twister-overlay.xml -a twister
  2. sudo emerge -av twister

Configuration & web gui

  1. mkdir ~/.twister
  2. echo -e "rpcuser=user\nrpcpassword=pwd" > ~/.twister/twister.conf
  3. chmod 600 ~/.twister/twister.conf
  4. git clone https://github.com/miguelfreitas/twister-html.git ~/.twister/html

Start

  1. twisterd -rpcuser=user -rpcpassword=pwd
  2. Open http://127.0.0.1:28332/index.html and use the user/pwd credentials
  3. Create your account !