Skip to content

Commit c8e235a

Browse files
authored
Merge pull request #270 from lidiazuin/4.4-installfix
Adding new line necessary for installation
2 parents 19523d0 + a7a54d7 commit c8e235a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/modules/ROOT/pages/install.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ You can either download a prebuilt jar from the https://github.com/jbarrasa/neos
1111
----
1212
dbms.unmanaged_extension_classes=n10s.endpoint=/rdf
1313
----
14+
+
15+
[NOTE]
16+
----
17+
When the property `dbms.security.procedures.allowlist` is set, then it must include `n10s.*`` too.
18+
----
1419
3. Restart the server.
1520
4. Check that the installation went well by running
1621
[source,cypher]
@@ -40,4 +45,4 @@ it will produce two jars
4045
Please provide feedback and report bugs as https://github.com/jbarrasa/neosemantics/issues[GitHub issues] or join the https://community.neo4j.com/[Neo4j Community] forum.
4146

4247
== Acknowledgements
43-
Neosemantics uses https://rdf4j.eclipse.org/[rdf4j] for parsing and serialising RDF. Eclipse rdf4j is a powerful Java framework for processing and handling RDF data.
48+
Neosemantics uses https://rdf4j.eclipse.org/[rdf4j] for parsing and serialising RDF. Eclipse rdf4j is a powerful Java framework for processing and handling RDF data.

0 commit comments

Comments
 (0)