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! On Thursday, April 23, 2015 at 5:06:10 AM UTC-4, Michael Hunger wrote: > > Currently you can connect to a local Neo4j console: ala: console.neo4j.org > > You have to clone and run it locally: > https://github.com/neo4j-contrib/rabbithole > > and then use :neo4j-version: local in the gist > > I wrote a small script for that: > https://gist.github.com/jexp/70296ce410ff431ddbef > > The console can mirror and forward a local server (using a command line > param) but I wanted to add Neo4j Server support to GraphGists for a long > time. > > HTH, > > Cheers, Michael > > Am 22.04.2015 um 11:39 schrieb Tobias Jakob <[email protected] > <javascript:>>: > > Hi Guys, > > I'm interested in Graphgist and was reading through some pages. > I didn't find if there is a possibility to connect my local Neo4j database > with a graphgist? > > Can someone tell me more? > > Thanks a lot and Greetings > > Tobias > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
