问题
Are there any alternative methods other than what is described in the link below to install the package?
Installing APOC via NEO4J Desktop
Would it be possible to download from the repository? Please share any insights as to how to achieve this
回答1:
you can download the jar file and copy the jar file into the plugins folder. Then add the following line to $NEO4J_HOME/conf/neo4j.conf and restart neo4j
dbms.security.procedures.unrestricted=apoc.*
jar file: https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.4.0.2
来源:https://stackoverflow.com/questions/51961083/how-can-i-install-apoc-in-neo4j-manually