Sha256: 8ae5f9aac71ee4c193a5b6d4f843b9cdbc1a205ec4f69f701ba62cbb25f51ee9
Contents?: true
Size: 516 Bytes
Versions: 3
Compression:
Stored size: 516 Bytes
Contents
== What Starts a webserver using an embedded neo4j graph database. == Why Because we need to admin and visualize the graph database. This is probably only going to be used for development and not in production (?) == How In your gem file gem 'neo4j-admin' In your config/application.rb: require 'neo4j-admin/railtie' This will start the neo4j server at http://localhost:7474 using the same database instance as your rails app. == Todo I also want it to work standalone: neo4j-admin <storage_path>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
neo4j-admin-0.1.0-java | README.rdoc |
neo4j-admin-0.0.2-java | README.rdoc |
neo4j-admin-0.0.1-java | README.rdoc |