Skip to content

Installing neo4j

anthonykhoa edited this page Sep 26, 2020 · 1 revision

Follow these steps

  1. Install java on your machine. The commands for this may be different depending on operating system.

  2. 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.
  3. 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;
Clone this wiki locally