You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/configuration/plugins.adoc
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,14 +98,23 @@ To install and configure plugins in a Neo4j deployment, follow these steps:
98
98
99
99
. Move or copy the plugins (_.jar files_) from _<NEO4J_HOME>/products_ and _<NEO4J_HOME>/labs_ to the _<NEO4J_HOME>/plugins_ directory.
100
100
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:
101
109
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].
103
115
+
104
116
[source, properties]
105
117
----
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.
0 commit comments