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
http://opencsv.sourceforge.net/
- Install Chocolatey https://chocolatey.org/
- Install a version of Neo4j Server
- Install this package
choco install neo4j-lib-opencsv
- Optionally, restart the Neo4j windows service
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-opencsv -packageParameters "RestartService"
This command will install the library and restart the Neo4j windows service.