-
Notifications
You must be signed in to change notification settings - Fork 83
Improve Windows installation #2639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Improve Windows installation #2639
Conversation
974cecb
to
cb678e9
Compare
ffa86f5
to
a3dd85b
Compare
|
||
The Neo4j PowerShell module allows administrators to install, start, and stop Neo4j Windows® Services, as well as perform various administrative tasks using `Neo4j Admin` and `Cypher Shell`. | ||
The PowerShell module is installed as part of the https://neo4j.com/deployment-center/[ZIP file] distributions of Neo4j. | ||
It requires PowerShell 5.1 or later (PowerShell 7.x recommended) and is supported on 64-bit Windows operating systems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mauvo, are the requirements true?
106a575
to
9cdb41d
Compare
This PR includes documentation updates Updated pages: |
@mauvo, are you happy with the content? Can I merge this PR? |
For example, updating the value of `server.memory.heap.initial_size` in the default xref:configuration/file-locations.adoc[_neo4j.conf_] file or by using the `NEO4J_CONF` environment variable will not automatically apply the changes. | ||
The service needs to be updated and restarted to pick them up. | ||
To update the service, run `bin\neo4j windows-service update`. | ||
To update the service, run ``%NEO4J_HOME%\bin\neo4j windows-service update`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To update the service, run ``%NEO4J_HOME%\bin\neo4j windows-service update`. | |
To update the service, run `%NEO4J_HOME%\bin\neo4j windows-service update`. |
No description provided.