How to connect web demo to multichain node [closed]

+1 vote
i have configured web demo, and  multichain node with asset value assigned. But Web demo doesn't show anything(balance,assets etc.) How to configure web demo and multichain nodes(locally on same system) and perform operations in web demo.
closed with the note: Issue resolved
asked Apr 6, 2017 by Abi07
closed Apr 15, 2017 by Abi07

1 Answer

0 votes
Did you work through the instructions that come with the web demo?

https://github.com/MultiChain/multichain-web-demo/blob/master/README.md
answered Apr 6, 2017 by MultiChain
Yes i followed all the given instructions. I have added an asset value to my node but when i run web demo, nothing is displayed.
Please check your web server's error log to see what's causing the problem.
No error found there. I can check my node's balance and assets on console but not on php(web demo).
If nothing at all is displayed when you open the web page where you installed the web demo, and there is no error in your web server's error log file, then this suggests you didn't install the web demo in the right directory.
ya i guess so. I have installed in /var/www/html/ . where should i keep web demo files?
install it at: /var/www/html/

Install latest version of Php and curl

sudo apt-get install php-curl
Thanks, its working now
...