Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-13-2018 02:25 AM
All the answers that I found are talking about how to install APOC on desktop version . I need your help
Solved! Go to Solution.
09-13-2018 02:29 AM
It's here in the readme. Quoting:
Go to http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/latest to find the latest release and download the binary jar to place into your $NEO4J_HOME/plugins
folder.
Procedures that use internal APIs have to be allowed in $NEO4J_HOME/conf/neoj4.conf
with,
e.g. dbms.security.procedures.unrestricted=apoc.trigger.*,apoc.meta.*
for security reasons (or apoc.*
for all).
You can also whitelist procedures and functions in general to be loaded using: dbms.security.procedures.whitelist=apoc.coll.*,apoc.load.*
09-13-2018 02:29 AM
It's here in the readme. Quoting:
Go to http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/latest to find the latest release and download the binary jar to place into your $NEO4J_HOME/plugins
folder.
Procedures that use internal APIs have to be allowed in $NEO4J_HOME/conf/neoj4.conf
with,
e.g. dbms.security.procedures.unrestricted=apoc.trigger.*,apoc.meta.*
for security reasons (or apoc.*
for all).
You can also whitelist procedures and functions in general to be loaded using: dbms.security.procedures.whitelist=apoc.coll.*,apoc.load.*
09-13-2018 02:37 AM
thanks man ! shall I create the folder plugins if I don't find it here ? (PS : I just created it here )
09-13-2018 09:51 AM
That should work, but it's plugins (plural), not plugin.
09-14-2018 01:48 AM
Yes that's what I did after posting here ! it works now 🙂 thanks
01-27-2020 12:18 PM
This post explains it better than the github page itself.
All the sessions of the conference are now available online