Skip to content

Commit a7a54d7

Browse files
committed
fixing the word lines to the singular and adding + for indexation of content
1 parent e33c24f commit a7a54d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/modules/ROOT/pages/install.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@
55
You can either download a prebuilt jar from the https://github.com/jbarrasa/neosemantics/releases[releases area] or build it from the source. If you prefer to build, check the note below.
66

77
1. Copy the the jar(s) in the <NEO_HOME>/plugins directory of your Neo4j instance. (**note:** If you're going to use the JSON-LD serialisation format for RDF, you'll need to include also link:/labs/apoc/[APOC])
8-
2. Add the following lines to your <NEO_HOME>/conf/neo4j.conf (notice that it is possible to modify where the extension is mounted by using an alternative name to `/rdf` below).
8+
2. Add the following line to your <NEO_HOME>/conf/neo4j.conf (notice that it is possible to modify where the extension is mounted by using an alternative name to `/rdf` below).
99
+
1010
[source,shell]
1111
----
1212
dbms.unmanaged_extension_classes=n10s.endpoint=/rdf
1313
----
14-
14+
+
1515
[NOTE]
1616
----
1717
When the property `dbms.security.procedures.allowlist` is set, then it must include `n10s.*`` too.
1818
----
19-
2019
3. Restart the server.
2120
4. Check that the installation went well by running
2221
[source,cypher]

0 commit comments

Comments
 (0)