Skip to content

Commit e6f08a1

Browse files
committed
further improvements
1 parent 6b98968 commit e6f08a1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

modules/ROOT/pages/configuration/plugins.adoc

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,23 @@ To install and configure plugins in a Neo4j deployment, follow these steps:
9898

9999
. Move or copy the plugins (_.jar files_) from _<NEO4J_HOME>/products_ and _<NEO4J_HOME>/labs_ to the _<NEO4J_HOME>/plugins_ directory.
100100
See xref:configuration/file-locations.adoc[Default file locations] for more information.
101+
+
102+
[NOTE]
103+
====
104+
Some plugins are not bundled with Neo4j and need to be downloaded separately, such as the APOC Extended, GraphQL, and Neo Semantics plugins.
105+
See their respective documentation for more information.
106+
====
107+
108+
. Configure the plugins that you want to enable by modifying the following setting to the _neo4j.conf_ file:
101109

102-
. Configure the plugins that you want to enable by adding and uncommenting the following settings in the _neo4j.conf_ file:
110+
* Add the plugin that you want to enable to the xref:configuration/configuration-settings.adoc#config_dbms.security.procedures.unrestricted[`dbms.security.procedures.unrestricted`] setting.
111+
* If the plugin requires a license key, add the path to the license key file as well.
112+
* If xref:configuration/configuration-settings.adoc#config_dbms.security.procedures.allowlist[`dbms.security.procedures.allowlist`] is set in your configuration, also add the plugin to this setting, otherwise no change is needed.
113+
By default, all procedures are loaded.
114+
For more information, see xref:security/securing-extensions.adoc[Securing extensions].
103115
+
104116
[source, properties]
105117
----
106-
# Add the plugin that you want to enable to the unrestricted procedures setting.
107-
# If the plugin requires a license key, add the path to the license key file as well.
108-
# If dbms.security.procedures.allowlist is set in your configuration, also add the plugin to this setting, otherwise no change is needed. By default, all procedures are loaded.
109118
110119
# to enable APOC:
111120
# * dbms.security.procedures.unrestricted=apoc.*

0 commit comments

Comments
 (0)