Using Neo4j

You should now be able to start your Neo4j server process in the foreground:

    bin/neo4j console

This yields the following output:

    Active database: graph.db
    Directories in use:
      home:         /local/neo4j
      config:       /local/neo4j/conf
      logs:         /local/neo4j/logs
      plugins:      /local/neo4j/plugins
      import:       /local/neo4j/import
      data:         /local/neo4j/data
      certificates: /local/neo4j/certificates
      run:          /local/neo4j/run
    Starting Neo4j.
    2017-07-09 17:10:05.300+0000 INFO  ======== Neo4j 3.2.2 ========
    2017-07-09 17:10:05.342+0000 INFO  Starting...
    2017-07-09 17:10:06.464+0000 INFO  Bolt enabled on 192.168.0.100:7687.
    2017-07-09 17:10:09.576+0000 INFO  Started.
    2017-07-09 17:10:10.982+0000 INFO  Remote interface available at http://192.168.0.100:7474/  

Alternatively, ...

Get Seven NoSQL Databases in a Week now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.