Skip to content

Commit d845d8c

Browse files
committed
Add accessing neo4j for docker and move the section under partials
1 parent d388b66 commit d845d8c

File tree

8 files changed

+34
-90
lines changed

8 files changed

+34
-90
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
** xref:docker/plugins.adoc[]
2424
** xref:docker/docker-compose-standalone.adoc[]
2525
** xref:docker/clustering.adoc[]
26+
** xref:docker/accessing-neo4j.adoc[]
2627
** xref:docker/operations.adoc[]
2728
** xref:docker/dump-load.adoc[]
2829
** xref:docker/backup-restore.adoc[]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:description: How to access Neo4j using the Aura Console or Neo4j Browser.
2+
3+
= Access Neo4j
4+
5+
include::partial$/access-neo4j.adoc[]

modules/ROOT/pages/installation/linux/debian.adoc

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -220,28 +220,7 @@ For more information on operating the Neo4j system service, see xref:installatio
220220

221221
== Access Neo4j
222222

223-
By default, Neo4j Community Edition does not include graph tools such as visualization, data exploration, and monitoring.
224-
However, you can use the Neo4j Aura console to access these features for free.
225-
No subscription is required.
226-
227-
. Sign up or log in to the link:https://console-preview.neo4j.io/self-managed[Aura Console].
228-
. On the *Instances* page, click the *Self-managed* tab and then *+ Add deployment* button.
229-
. Select *URL Connection*.
230-
. Provide a *Name* and *Connection URL*.
231-
If you have installed Neo4j locally on your system, you can connect to _\http://localhost:7474_.
232-
. Click the *Connect* dropdown to launch various graph tools such as *Query*, *Explore*, and *Dashboards*.
233-
. Type the username `neo4j` and your password or the default password `neo4j`.
234-
You will be prompted to change the latter upon first login.
235-
+
236-
image::aura-add-deployment.png[width=800,alt=Aura add self-managed deployment]
237-
238-
You are now connected and can use the Aura Console to run Cypher queries, visualize graphs, and optionally monitor your local Neo4j database in Neo4j Aura.
239-
For details, see link:https://neo4j.com/docs/getting-started/#_work_with_data[Get started with Neo4j].
240-
241-
Alternatively, you can use the Neo4j Browser, a web-based user interface for interacting with Neo4j that is included with the Neo4j installation.
242-
To access the Neo4j Browser, open a web browser and navigate to _\http://localhost:7474_.
243-
Connect using the username `neo4j` with your password or the default password `neo4j`.
244-
If the default password is used, you will be prompted to change it upon first login.
223+
include::partial$/access-neo4j.adoc[]
245224

246225
== Uninstall Neo4j
247226

modules/ROOT/pages/installation/linux/rpm.adoc

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -232,28 +232,7 @@ For more information on operating the Neo4j system service, see xref:installatio
232232

233233
== Access Neo4j
234234

235-
By default, Neo4j Community Edition does not include graph tools such as visualization, data exploration, and monitoring.
236-
However, you can use the Neo4j Aura console to access these features for free.
237-
No subscription is required.
238-
239-
. Sign up or log in to the link:https://console-preview.neo4j.io/self-managed[Aura Console].
240-
. On the *Instances* page, click the *Self-managed* tab and then *+ Add deployment* button.
241-
. Select *URL Connection*.
242-
. Provide a *Name* and *Connection URL*.
243-
If you have installed Neo4j locally on your system, you can connect to _\http://localhost:7474_.
244-
. Click the *Connect* dropdown to launch various graph tools such as *Query*, *Explore*, and *Dashboards*.
245-
. Type the username `neo4j` and your password or the default password `neo4j`.
246-
You will be prompted to change the latter upon first login.
247-
+
248-
image::aura-add-deployment.png[width=800,alt=Aura add self-managed deployment]
249-
250-
You are now connected and can use the Aura Console to run Cypher queries, visualize graphs, and optionally monitor your local Neo4j database in Neo4j Aura.
251-
For details, see link:https://neo4j.com/docs/getting-started/#_work_with_data[Get started with Neo4j].
252-
253-
Alternatively, you can use the Neo4j Browser, a web-based user interface for interacting with Neo4j that is included with the Neo4j installation.
254-
To access the Neo4j Browser, open a web browser and navigate to _\http://localhost:7474_.
255-
Connect using the username `neo4j` with your password or the default password `neo4j`.
256-
If the default password is used, you will be prompted to change it upon first login.
235+
include::partial$/access-neo4j.adoc[]
257236

258237
== Uninstall Neo4j
259238

modules/ROOT/pages/installation/linux/systemd.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ Follow these steps to uninstall Neo4j:
9494
. Uninstall Neo4j:
9595
+
9696
[source, shell]
97-
---
97+
----
9898
sudo apt remove neo4j
99-
---
99+
----

modules/ROOT/pages/installation/linux/tarball.adoc

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -220,28 +220,7 @@ sudo systemctl daemon-reload
220220

221221
== Access Neo4j
222222

223-
By default, Neo4j Community Edition does not include graph tools such as visualization, data exploration, and monitoring.
224-
However, you can use the Neo4j Aura console to access these features for free.
225-
No subscription is required.
226-
227-
. Sign up or log in to the link:https://console-preview.neo4j.io/self-managed[Aura Console].
228-
. On the *Instances* page, click the *Self-managed* tab and then *+ Add deployment* button.
229-
. Select *URL Connection*.
230-
. Provide a *Name* and *Connection URL*.
231-
If you have installed Neo4j locally on your system, you can connect to _\http://localhost:7474_.
232-
. Click the *Connect* dropdown to launch various graph tools such as *Query*, *Explore*, and *Dashboards*.
233-
. Type the username `neo4j` and your password or the default password `neo4j`.
234-
You will be prompted to change the latter upon first login.
235-
+
236-
image::aura-add-deployment.png[width=800,alt=Aura add self-managed deployment]
237-
238-
You are now connected and can use the Aura Console to run Cypher queries, visualize graphs, and optionally monitor your local Neo4j database in Neo4j Aura.
239-
For details, see link:https://neo4j.com/docs/getting-started/#_work_with_data[Get started with Neo4j].
240-
241-
Alternatively, you can use the Neo4j Browser, a web-based user interface for interacting with Neo4j that is included with the Neo4j installation.
242-
To access the Neo4j Browser, open a web browser and navigate to _\http://localhost:7474_.
243-
Connect using the username `neo4j` with your password or the default password `neo4j`.
244-
If the default password is used, you will be prompted to change it upon first login.
223+
include::partial$/access-neo4j.adoc[]
245224

246225
== Uninstall Neo4j
247226

modules/ROOT/pages/installation/osx.adoc

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -74,28 +74,7 @@ Alternatively, if you want to install Neo4j Enterprise or prefer native service
7474

7575
== Access Neo4j
7676

77-
By default, Neo4j Community Edition does not include graph tools such as visualization, data exploration, and monitoring.
78-
However, you can use the Neo4j Aura console to access these features for free.
79-
No subscription is required.
80-
81-
. Sign up or log in to the link:https://console-preview.neo4j.io/self-managed[Aura Console].
82-
. On the *Instances* page, click the *Self-managed* tab and then *+ Add deployment* button.
83-
. Select *URL Connection*.
84-
. Provide a *Name* and *Connection URL*.
85-
If you have installed Neo4j locally on your system, you can connect to _\http://localhost:7474_.
86-
. Click the *Connect* dropdown to launch various graph tools such as *Query*, *Explore*, and *Dashboards*.
87-
. Type the username `neo4j` and your password or the default password `neo4j`.
88-
You will be prompted to change the latter upon first login.
89-
+
90-
image::aura-add-deployment.png[width=800,alt=Aura add self-managed deployment]
91-
92-
You are now connected and can use the Aura Console to run Cypher queries, visualize graphs, and optionally monitor your local Neo4j database in Neo4j Aura.
93-
For details, see link:https://neo4j.com/docs/getting-started/#_work_with_data[Get started with Neo4j].
94-
95-
Alternatively, you can use the Neo4j Browser, a web-based user interface for interacting with Neo4j that is included with the Neo4j installation.
96-
To access the Neo4j Browser, open a web browser and navigate to _\http://localhost:7474_.
97-
Connect using the username `neo4j` with your password or the default password `neo4j`.
98-
If the default password is used, you will be prompted to change it upon first login.
77+
include::partial$/access-neo4j.adoc[]
9978

10079
== Logging
10180

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
By default, Neo4j Community Edition does not include graph tools such as visualization, data exploration, and monitoring.
2+
However, you can use the Neo4j Aura console to access these features for free.
3+
No subscription is required.
4+
5+
. Sign up or log in to the link:https://console-preview.neo4j.io/self-managed[Aura Console].
6+
. On the *Instances* page, click the *Self-managed* tab and then *+ Add deployment* button.
7+
. Select *URL Connection*.
8+
. Provide a *Name* and *Connection URL*.
9+
If you have installed Neo4j locally on your system, you can connect to _\http://localhost:7474_.
10+
. Click the *Connect* dropdown to launch various graph tools such as *Query*, *Explore*, and *Dashboards*.
11+
. Type the username `neo4j` and your password or the default password `neo4j`.
12+
You will be prompted to change the latter upon first login.
13+
+
14+
image::aura-add-deployment.png[width=800,alt=Aura add self-managed deployment]
15+
16+
You are now connected and can use the Aura Console to run Cypher queries, visualize graphs, and optionally monitor your local Neo4j database in Neo4j Aura.
17+
For details, see link:https://neo4j.com/docs/getting-started/#_work_with_data[Get started with Neo4j].
18+
19+
Alternatively, you can use the Neo4j Browser, a web-based user interface for interacting with Neo4j that is included with the Neo4j installation.
20+
To access the Neo4j Browser, open a web browser and navigate to _\http://localhost:7474_.
21+
Connect using the username `neo4j` with your password or the default password `neo4j`.
22+
If the default password is used, you will be prompted to change it upon first login.

0 commit comments

Comments
 (0)