Add web UI instructions to README.md

This commit is contained in:
Joe Button 2014-01-01 13:35:48 +00:00
parent e0db586e8d
commit b176dad4db

View File

@ -150,3 +150,20 @@ To obtain the full list of commands
./twisterd help ./twisterd help
Running the web interface
-------------------------
First you'll need to grab the latest version of the web UI code and put it
in your twister data dir:
cd ~/.twister/
git clone https://github.com/miguelfreitas/twister-html.git ./html
Next, run the twister daemon. The RPC username and password are currently
hard coded as "user" and "pwd" in the web client so you'll need to specify
them:
./twisterd -rpcuser=user -rpcpassword=pwd
Visit http://localhost:28332/index.html in your web browser and you should
see a page asking you to choose between the Desktop and Mobile interfaces.