Help message link for NEO4J_URI links to a 404, and the documentation should include user and password for neo4j #1232
Labels
documentation
Knowledge/behavior which should be better documented.
good first issue
Good for newcomers
Title: Minor improvements to the help message and getting started doc
Description:
The help message for cartography points to this link which is a 404 currently and should probably point to this link which doesn't have the driver.html at the end, but which exists. Also, the quickstart should document the need for cartography to have the neo4j user and password provided by default
To Reproduce:
Following the steps to run cartography against a self-hosted neo4j docker image, the default
neo4j/neo4j
auth doesn't work, and requires a user and password to be provided. What worked for me was following the docker run instructions herethen running cartography like this:
env NEO_PASSWORD=password GOOGLE_APPLICATION_CREDENTIALS=~/.config/gcloud/application_default_credentials.json cartography --neo4j-uri bolt://localhost:7687 --neo4j-password-env-var=NEO_PASSWORD --neo4j-user=neo4j
otherwise startup fails.
Logs:
n/a, I think?
Screenshots:
n/a, I think?
Please complete the following information::
Additional context:
Nope
The text was updated successfully, but these errors were encountered: