diff --git a/README.md b/README.md index 80d8665f..9568023c 100644 --- a/README.md +++ b/README.md @@ -150,3 +150,20 @@ To obtain the full list of commands ./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.