Skip to content

Instantly share code, notes, and snippets.

@ikwattro
Created January 28, 2016 15:47
Show Gist options
  • Save ikwattro/8e9bab1619c973560027 to your computer and use it in GitHub Desktop.
Save ikwattro/8e9bab1619c973560027 to your computer and use it in GitHub Desktop.

Whitelist the host for interactive tutorials in neo4j-server.properties file

# Whitelist of hosts for the Neo4j Browser to be allowed to fetch content from.
# Set to '*' to allow all hosts.
dbms.browser.remote_content_hostname_whitelist=http://guides.neo4j.com,https://guides.neo4j.com,http://localhost,https://localhost

Start neo4j server

inspect html of following file for example deck : http://guides.neo4j.com/graphgist/restaurant_recommendation.html

Type :play http://full-url-to-your-deck.htm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment