Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-15-2020 03:59 AM
Hi ,
How to install Neo4j 3.5.14 community edition.
I don't see any install.bat in it. if i run neo4j.bat nothing happens.
Please help.
thanks,,
Sayon
01-15-2020 04:58 AM
have you followed the instructions at https://neo4j.com/docs/operations-manual/current/installation/windows/
01-15-2020 09:29 PM
Hi Dana,
None of the scripts are available.
For Console there is no bin\neo4j_Console file
For Windows service there is no bin\neo4j install-service.
That is why i asked the question.
Thanks,
Sayon
Download the latest release from Neo4j Download Center. Select the appropriate ZIP distribution.
Check that the SHA hash of the downloaded file is correct:
To find the correct SHA hash, go to Neo4j Download Center and click on SHA-256
which will be located below your downloaded file.
Using the appropriate commands for your platform, display the SHA-256
hash for the file that you downloaded.
Ensure that the two are identical.
Right-click the downloaded file, click Extract All.
Change directory to the top-level extracted directory.Run bin\neo4j console
Stop the server by typing Ctrl-C
in the console.
Neo4j can also be run as a Windows service. Install the service with bin\neo4j install-service
, and start it with bin\neo4j start
.
The available commands for bin\neo4j
are: help
, start
, stop
, restart
, status
, install-service
, uninstall-service
, and update-service
.
01-16-2020 04:04 AM
??? is there documentation that suggest run bin\neo4j_Console
??? one should simply run bin\neo4j console
. Note console
is not part of the file name but rather the first argument passed to the neo4j command.
Same as with
For Windows service there is no bin\neo4j install-service.
there is a file named bin\neo4j
and if you pass install-service
as the first argument it will thus install Neo4j as a service. install-service
is not part of the file name
01-16-2020 04:47 AM
My bad as per writing the issue. I tried passing the argument.
Can it happen the backend PS scripts have some access control issue ?
My laptop is org provided, i am running command prompt as admin though.
Please see the screenshot.
Thanks,
Sayon
01-16-2020 06:32 AM
instead of typing neo4j console
you need neo4j.bat console
The .bat is important
-Mike
01-16-2020 06:31 AM
Hey @sayonsur ,
If using the Neo4j Desktop is an option I'd recommend that. If this is a "production" implementation then you want to create a shortcut with the following target (replace neo4j-enterprise-3.5.5 with your path).
C:\neo4j-enterprise-3.5.5\bin\neo4j.bat console
Then run that as an Administrator.
another option is open a command prompt, as admin, and run neo4j.bat console
Ctrl+Y (I think, it's been a while) will stop the service, before closing the command window.
-Mike
All the sessions of the conference are now available online