Skip to content

Commit ad7d835

Browse files
committed
Remove instructions for custom server installation
1 parent 97af180 commit ad7d835

File tree

1 file changed

+7
-48
lines changed

1 file changed

+7
-48
lines changed

doc/modules/ROOT/pages/installation/neo4j-server.adoc

Lines changed: 7 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,16 @@
22
= Neo4j Server
33

44
On a self-managed Neo4j Server you need to install and configure GDS manually.
5-
6-
* If you have the Neo4j Enterprise Edition, you will find the GDS plugin bundled within the Neo4j Server distribution.
7-
The GDS plugin is located in the `products` directory.
8-
This is the <<installation-neo4j-server-bundled>> option.
9-
10-
* If you are using the Neo4j Community Edition, you must download GDS manually from the link:https://neo4j.com/deployment-center/#gds-tab[Neo4j Deployment Center].
11-
This is the <<installation-neo4j-server-custom>> option.
12-
13-
14-
[[installation-neo4j-server-bundled]]
15-
== Bundled installation
16-
5+
For both the Neo4j Enterprise Edition and Neo4j Community Edition, you will find the GDS plugin bundled within the Neo4j Server distribution.
176
The GDS plugin is always compatible with the version of the Neo4j Server distribution with which it is bundled.
18-
To install the GDS plugin in a Neo4j Enterprise Edition installation, follow these steps:
19-
20-
[NOTE]
21-
All paths in the following instructions are relative to the Neo4j installation directory.
227

23-
. Copy or move the file `neo4j-graph-data-science-[version].jar` from the `products` directory to the `plugins` directory.
24-
25-
. Add the following to your `conf/neo4j.conf` file:
26-
+
27-
----
28-
dbms.security.procedures.unrestricted=gds.*
29-
----
30-
This configuration entry is necessary because the GDS library accesses low-level components of Neo4j to maximise performance.
31-
+
32-
. Check if the procedure allowlist is enabled in the `conf/neo4j.conf` file, namely if the `dbms.security.procedures.allowlist` option is _not_ commented out with a leading `#` sign. In this case, add the GDS library to the allowlist:
33-
+
34-
----
35-
dbms.security.procedures.allowlist=gds.*
36-
----
37-
You can find more information on allow listing in the link:https://neo4j.com/docs/operations-manual/current/security/securing-extensions/#allow-listing[Operations Manual].
38-
+
39-
40-
. Restart the Neo4j Server, using for example `bin/neo4j restart`.
41-
42-
43-
[[installation-neo4j-server-custom]]
44-
== Custom installation
45-
46-
To install the GDS plugin in a Neo4j Community Edition installation, follow these steps:
8+
The GDS plugin is located in the `products` directory.
9+
To install the GDS plugin in a Neo4j Enterprise Edition or Neo4j Community Edition installation, follow these steps:
4710

4811
[NOTE]
4912
All paths in the following instructions are relative to the Neo4j installation directory.
5013

51-
. Open the link:https://neo4j.com/deployment-center/#gds-tab[Neo4j Deployment Center] and head to the Graph Data Science Self-Managed section.
52-
53-
. Check that the version of the Neo4j Graph Data Science Library is xref:installation/supported-neo4j-versions.adoc[compatible] with your Neo4j Server and download the compressed file.
54-
55-
. Decompress the file and move the `neo4j-graph-data-science-[version].jar` file into the `plugins` directory.
14+
. Copy or move the file `neo4j-graph-data-science-[version].jar` from the `products` directory to the `plugins` directory.
5615

5716
. Add the following to your `conf/neo4j.conf` file:
5817
+
@@ -61,13 +20,13 @@ dbms.security.procedures.unrestricted=gds.*
6120
----
6221
This configuration entry is necessary because the GDS library accesses low-level components of Neo4j to maximise performance.
6322
+
64-
65-
. Check if the procedure allowlist is enabled in the `conf/neo4j.conf` file, namely if the `dbms.security.procedures.allowlist` option is _not_ commented out with a leading `#` sign. In this case, add the GDS library to the allowlist:
23+
. Check if the procedure allowlist is enabled in the `conf/neo4j.conf` file, namely if the `dbms.security.procedures.allowlist` option is _not_ commented out with a leading `#` sign.
24+
In this case, add the GDS library to the allowlist:
6625
+
6726
----
6827
dbms.security.procedures.allowlist=gds.*
6928
----
7029
You can find more information on allow listing in the link:https://neo4j.com/docs/operations-manual/current/security/securing-extensions/#allow-listing[Operations Manual].
7130
+
7231

73-
. Restart the Neo4j Server, using for example `bin/neo4j restart`.
32+
. Restart the Neo4j Server, using for example `bin/neo4j restart`.

0 commit comments

Comments
 (0)