I'm having trouble running locally (connected to my local db) using the scripts provided. The examples work fine within the simple HTTP Server, but when changing the version to "local" I receive the broken inner page. At one point, it displayed "Connection Refused".
Here's what I have done:
1. Identified that js/graphgist.js contains a reference to port 8080 for the "local" entry
2. verified on my server via netstat that port 8080 is not running
3. changed graphgist.js to point to port 7474 (my browser port for the neo admin)
4. changed graphgist.js to point to port 1337, the console port. Attempted both with a console down, and started
No luck with any of these. Is there a specific port needed, or a service start needed, or potentially a configuration setting on my neo4j instance I need to set? I'm using community edition 2.3.0
Thanks for the help!