diff --git a/neo4j/content.md b/neo4j/content.md index 52e01ca799ff..69856a169c4d 100644 --- a/neo4j/content.md +++ b/neo4j/content.md @@ -1,6 +1,6 @@ # What is Neo4j? -Neo4j is the world's leading graph database, with native graph storage and processing. You can learn more [here](http://neo4j.com/developer). +Neo4j is the world's leading graph database, with native graph storage and processing. You can learn more [here](http://neo4j.com). %%LOGO%% @@ -15,11 +15,11 @@ docker run \ %%IMAGE%% ``` -which allows you to access neo4j through your browser at [http://localhost:7474](http://localhost:7474). - This binds two ports (`7474` and `7687`) for HTTP and Bolt access to the Neo4j API. A volume is bound to `/data` to allow the database to be persisted outside the container. -By default, this requires you to login with `neo4j/neo4j` and change the password. You can, for development purposes, disable authentication by passing `--env=NEO4J_AUTH=none` to docker run. +Once running, you can use the Neo4j Aura console which includes graph tools for visualizations, data exploration, and monitoring for free. No subscription is required. Simply create a self-managed instance and connect to http://localhost:7474. Alternatively, you can use the Neo4j Browser, a web-based user interface for interacting with Neo4j that is included with the Neo4j installation. To access the Neo4j Browser, open a web browser and navigate to http://localhost:7474. + +Your default credentials are neo4j/neo4j. You will be prompted to change the password upon first login. For development purposes, you can disable authentication by passing `--env=NEO4J_AUTH=none` to docker run. # Documentation diff --git a/neo4j/get-help.md b/neo4j/get-help.md index e7a73e1c63d8..2e584c1bd6db 100644 --- a/neo4j/get-help.md +++ b/neo4j/get-help.md @@ -1 +1 @@ -[Neo4j Community Forums](https://community.neo4j.com) +[Neo4j Community Forums](https://community.neo4j.com), [Neo4j Docker Documentation](https://neo4j.com/docs/operations-manual/current/docker/), or [Discord](https://discord.gg/neo4j) diff --git a/neo4j/maintainer.md b/neo4j/maintainer.md index 0d5a20cc0425..c7e113a16263 100644 --- a/neo4j/maintainer.md +++ b/neo4j/maintainer.md @@ -1 +1 @@ -[Neo4j](%%GITHUB-REPO%%) +[Neo4j](https://www.neo4j.com)