Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to find a plugin folder?

Tags:

debian

neo4j

I installed Neo4j on my Debian using this instructions. It seems, that Neo4j was installed as a service. Now I need to install a Spatial Plugin. But I can't understand, where to find a folder containing plugins (and other files, like database and logs, too) in case of such installation?

like image 364
Victor Dombrovsky Avatar asked Apr 20 '26 11:04

Victor Dombrovsky


1 Answers

If you install Neo4j from debian packages you'll find the plugins in /var/lib/neo4j/plugins.

like image 169
Stefan Armbruster Avatar answered Apr 23 '26 11:04

Stefan Armbruster