Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-25-2020 02:54 AM
Hi,
I have installed Neo4j on Azure Kubernetes. In the final step, below commands are run to create user and password.
export NEO4J_PASSWORD=$(kubectl get secrets graph-neo4j-secrets
-o yaml | grep password | sed 's/.*: //' | base64 -D) cypher-shell -a neo4j://:7687 -u neo4j -p "$NEO4J_PASSWORD"
This uses cypher-shell, not sure how to install cypher-shell in Azure CLI.
saw a github link https://github.com/neo4j/cypher-shell - but couldnot install in the CLI.
Any leads please!
Thanks,
Jothi
All the sessions of the conference are now available online