Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install.adoc #322

Open
wants to merge 1 commit into
base: 4.3
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ dbms.unmanaged_extension_classes=n10s.endpoint=/rdf
call dbms.procedures()

The list of procedures should include the ones documented below.
You can check that the extension is mounted by running
You can check that the extension is mounted by running the following from the Neo4j Browser
[source,cypher]
----
:GET http://localhost:7474/rdf/ping
----
The previous command assumes you're running neo4j on your local machine, replace `localhos` with the host name if that is not the case.
The previous command assumes you're running neo4j on your local machine, replace `localhost` with the host name if that is not the case.

**Note on build**

Expand All @@ -40,4 +40,4 @@ it will produce two jars
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.

== Acknowledgements
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.
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.