Skip to content

Files

Latest commit

d43ed96 · Jan 21, 2015

History

History

neo4j-lib-shelltools-2.0

neo4j-lib-shelltools

What is this?

This project is a Chocolatey package to install a library file for the Neo4j Graph Database server onto a Windows based computer.

The chocolate package can be found at https://chocolatey.org/packages/neo4j-lib-opencsv

https://chocolatey.org

https://github.com/jexp/neo4j-shell-tools/tree/2.0

http://neo4j.com/

How do I install it?

  1. Install Chocolatey https://chocolatey.org/
  2. Install a version of Neo4j Server
  3. Install this package
choco install neo4j-lib-shelltools
  1. Optionally, restart the Neo4j windows service

What package parameters can I use?

RestartService

The Neo4j windows service will be restarted after the library is installed. By default the service is not restarted. This is useful when installing a lot of libraries and plugins and only wish to restart Neo4j after the last item is installed.

When uninstalling the Neo4j service will ALWAYS be stopped and started. Otherwise, it would not be possible to uninstall this package as it may be in use.

Example usage;

choco install neo4j-lib-shelltools -packageParameters "RestartService"

This command will install the library and restart the Neo4j windows service.