neo4j-contrib / graphgist

Easy publishing with graph data included
http://gist.neo4j.org/
208 stars 68 forks source link

Running locally #34

Closed ekkis closed 9 years ago

ekkis commented 9 years ago

I want to run this project within an enterprise environment but I can't figure out what to download and install to make it work. it seems this project is only meant to be run from github. any guidance?

jexp commented 9 years ago

Actually I added the script to this repo for convenience https://github.com/neo4j-contrib/graphgist/blob/gh-pages/install-graphgist.sh

ekkis commented 9 years ago

that's cool. I guess I'll need to install Python! thanks a bunch

ekkis commented 9 years ago

jexp: I followed the instructions in your script and I'm now running graphgist locally, however, the last line:

open http://localhost:8000/?http%3A%2F%2Flocalhost%3A8000%2Fgists%2Fmy-graph-use-case.adoc

causes my browser to display an error: Not Found, and trying to open this link: http://localhost:8000/gists/my-graph-use-case.adoc causes my browser to download a file for which I don't have an associated application.

I must be close. what am I missing?