Skip to content
Closed
373 changes: 373 additions & 0 deletions modules/ROOT/images/ga-home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions modules/ROOT/images/icon-admin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions modules/ROOT/images/icon-aura.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions modules/ROOT/images/icon-cheatsheet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions modules/ROOT/images/icon-cloudstorage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions modules/ROOT/images/icon-developer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions modules/ROOT/images/icon-import.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions modules/ROOT/images/icon-library.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions modules/ROOT/images/icon-upgrade.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
109 changes: 93 additions & 16 deletions modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[[operations-manual]]
= The Neo4j Operations Manual
= Neo4j operations
:page-layout: docs-ndl
:page-theme: docs
:page-role: hub
:page-show-home-link: true
:page-hide-nav-title: true
// :page-disablefeedback: true
:page-toclevels: -1
:neo4j-buildnumber: {neo4j-version}
:download-center-uri: https://neo4j.com/deployment-center/
:lucene-version: 5_4_0
Expand All @@ -8,26 +15,96 @@

:console: 0

This is the Neo4j Operations Manual, which includes all the operational details and instructions for installing and deploying Neo4j on-premise and in the cloud.
[.display.cards.selectable]

For all information on *upgrading and migrating Neo4j*, see the link:{neo4j-docs-base-uri}/upgrade-migration-guide/current/[Neo4j Upgrade and Migration Guide].
== Manage and monitor your deployments

For more information on link:https://neo4j.com/aura/[Aura], the Neo4j fully managed cloud service, see the link:{neo4j-docs-base-uri}/aura[Neo4j Aura Manual].
Find here details and instructions for installing and deploying Neo4j on-premises and in the cloud.
Follow tutorials and find administrative commands to help you manage and monitor your projects.
The latest version of Neo4j is *{neo4j-version-exact}*.

[.widget.lists]
== Tailored for you

The latest version of Neo4j is *{neo4j-version-exact}*.
=== Tutorials and how-to guides

[.icon]
image:icon-library.svg[]

[.list]
* xref:tutorial/neo4j-admin-import.adoc[Neo4j-admin import]
* xref:clustering/setup/deploy.adoc[Deploy a basic cluster]
* xref:clustering/setup/analytics-cluster.adoc[Deploy an analytics cluster]
* xref:/clustering/setup/discovery.adoc[Move from discovery service v1 to v2]
* xref:/clustering/disaster-recovery.adoc[Disaster recovery guide]
* xref:tutorial/access-control.adoc[Fine-grained access control]
* xref:tutorial/tutorial-composite-database.adoc[Set up and use a composite database]
* xref:tutorial/tutorial-sso-configuration.adoc[Configuring Neo4j Single Sign-On (SSO)]
* xref:docker/docker-compose-standalone.adoc[Deploy Neo4j using Docker Compose]
* xref:tutorial/tutorial-clustering-docker.adoc[Deploy a Neo4j cluster in a Docker container]
* xref:kubernetes/quickstart-standalone/index.adoc[Deploy a standalone instance  using Helm charts]
* xref:kubernetes/quickstart-cluster/index.adoc[Deploy a cluster using Helm charts]
* xref:kubernetes/quickstart-analytics-cluster.adoc[Deploy a Neo4j cluster using Helm charts]

=== Cypher admin commands

[.icon]
image:icon-developer.svg[]

[.list]
* xref:database-administration/standard-databases/naming-databases.adoc[Manage standard databases]
* xref:database-administration/aliases/naming-aliases.adoc[Manage database aliases]
* xref:database-administration/composite-databases/concepts.adoc[Manage composite databases]
* xref:clustering/servers.adoc[Manage servers in a cluster]
* xref:clustering/databases.adoc[Manage databases in a cluster]
* xref:authentication-authorization/manage-users.adoc[Manage users]
* xref:authentication-authorization/manage-roles.adoc[Manage roles]
* xref:authentication-authorization/manage-privileges.adoc[Manage privileges]
* xref:authentication-authorization/built-in-roles.adoc[Built-in roles and privileges]
* xref:authentication-authorization/immutable-roles-privileges.adoc[Manage immutable roles and privileges]

=== Reference

[.icon]
image:icon-cheatsheet.svg[]

[.list]
* xref:/configuration/configuration-settings.adoc[Configuration settings]
* xref:procedures.adoc[Procedures]
* xref:/monitoring/metrics/index.adoc[Metrics]
* xref:/database-administration/syntax.adoc[Database management commands syntax]
* xref:/clustering/server-syntax.adoc[Server management commands syntax]
* xref:/docker/ref-settings.adoc[Docker configuration settings conversion table]
* xref:/configuration/ports.adoc[Ports in Neo4j]
* xref:/tools/neo4j-admin/index.adoc[Neo4j Admin and Neo4j CLI]
* xref:changes-deprecations-removals.adoc[Changes, deprecations, and removals]

=== Neo4j admin commands

ifdef::backend-pdf[]
include::license.adoc[leveloffset=+1]
endif::[]
[.icon]
image:icon-admin.svg[]

ifdef::backend-html5[(C) {copyright}]
ifndef::backend-pdf[]
[.list]
* xref:/tools/neo4j-admin/consistency-checker.adoc[`database check`]
* xref:/tools/neo4j-admin/neo4j-admin-report.adoc[`server report`]
* xref:/tools/neo4j-admin/neo4j-admin-store-info.adoc[`database info`]
* xref:/tools/neo4j-admin/neo4j-admin-memrec/[`server memory-recommendation`]
* xref:/tools/neo4j-admin/neo4j-admin-import/[`database import`]
* xref:/tools/neo4j-admin/unbind.adoc[`server unbind`]
* xref:/tools/neo4j-admin/upload-to-aura.adoc[`database upload`]
* xref:/tools/neo4j-admin/migrate-database.adoc[`database migrate`]
* xref:/tools/neo4j-admin/migrate-configuration.adoc[`nserver migrate-configuration`]
* xref:/tools/neo4j-admin/validate-config.adoc[`server validate-config`]
* xref:/backup-restore/online-backup.adoc[`database backup`]
* xref:/backup-restore/aggregate.adoc[`backup aggregate`]
* xref:backup-restore/inspect.adoc[`backup inspect`]
* xref:/backup-restore/restore-backup.adoc[`database restore`]
* xref:/backup-restore/offline-backup.adoc[`database dump`]
* xref:/backup-restore/restore-dump.adoc[`database load`]
* xref:/backup-restore/copy-database.adoc[`database copy`]

Documentation license: link:{common-license-page-uri}[Creative Commons 4.0]
endif::[]
ifdef::backend-pdf[]
(C) {copyright}
[.next-steps]
== Licenses and disclaimers

Documentation license: <<license, Creative Commons 4.0>>
endif::[]
[.link]
* link:https://neo4j.com/docs/license[Licenses and disclaimers]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* link:https://neo4j.com/docs/license[Licenses and disclaimers]
Documentation license: link:https://neo4j.com/docs/reference/license/#_creative_commons[Creative Commons 4.0]

I am not sure if that will work, but my idea is to remove the heading and add the exact link.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The standard for all pages is this one, we need to keep the whole link for legal reasons

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I'll speak with David about it and let you know.

Loading