-
Notifications
You must be signed in to change notification settings - Fork 11
Installing neo4j
anthonykhoa edited this page Sep 26, 2020
·
1 revision
Follow these steps
-
Install java on your machine. The commands for this may be different depending on operating system.
-
Install neo4j
sudo apt-get install neo4j=VERSION_NUMBER
- Don't trust the version number it says on the installation guide. Always look up online to make sure you are using the latest version.
-
After you have installed neo4j, you need to grant admin rights to the
neo4j
user. Or else no one has admin rights. Go here and follow steps- At the time of this guide, the command to grant a role to a user is wrong. The correct command is
GRANT role admin TO neo4j
;
- At the time of this guide, the command to grant a role to a user is wrong. The correct command is