hosie / integration-dashboard

Visualisation of activity across multiple integration nodes. For use with IBM Integration Bus.
Eclipse Public License 1.0
3 stars 4 forks source link

Missing prereqs #4

Open jfluitsma opened 9 years ago

jfluitsma commented 9 years ago

Hi John,

I try to play around with the dashboard but I don't get it working, I see the start page but nothing else. Looking at public/intex.html is seems that I am missing the prereqs directory.

Regards, Jan

hosie commented 9 years ago

Jan, thanks for taking the time to look at this. The prereqs URL is resolved to the bower_components directory on your file system, thanks to the line in app.js ... app.use("/prereqs",express.static(__dirname + "/bower_components"));

To make sure that this directory is correctly populated, you need to run bower install from the src directory Once you run that, you should see that the bower_components directory contains

And these should all be resolved by the server when the index.html asks for .../prereqs/....html

Please let me know if you have done this and are still having issues.