Skip to content

Instantly share code, notes, and snippets.

View next-marianmoldovan's full-sized avatar

Marian C Moldovan next-marianmoldovan

  • BBVA Next Technologies
  • Madrid
View GitHub Profile
@widged
widged / neo4j-install.md
Last active July 11, 2020 11:57
Neo4j on the raspberry pi. Installation steps

My pi runs a raspbian distro (2013-09-25-wheezy-raspbian.zip)

Java

What the raspberry page officially recommends is the jdk. (Source: http://www.raspberrypi.org/archives/4920).

sudo apt-get update && sudo apt-get install oracle-java7-jdk

However, this doesn't include a server on the pi. The jre needs to be installed instead.

My pi runs a raspbian distro (2013-09-25-wheezy-raspbian.zip)

Java

What the raspberry page officially recommends is the jdk. (Source: http://www.raspberrypi.org/archives/4920).

sudo apt-get update && sudo apt-get install oracle-java7-jdk

However, this doesn't include a server on the pi. The jre needs to be installed instead.