Bloodhound - Install Neo4j
Install Java
sudo echo "deb http://httpredir.debian.org/debian stretch-backports main" | sudo tee -a /etc/apt/sources.list.d/stretch-backports.list
sudo apt-get update
sudo aptitude -y install neo4jInstall Neo4j
#Download and install Cypher-Shell
https://dist.neo4j.org/cypher-shell/cypher-shell_5.5.0_all.deb?_ga=2.83001429.2105854432.1677287326-869879218.1677287326
#Download and install Neo4j
https://neo4j.com/download-thanks/?edition=community&release=5.5.0&flavour=deb&_ga=2.157084671.592735778.1677287027-1369190336.1677287027
#Start Neo4j
sudo /usr/bin/./neo4j console
sudo /usr/bin/./neo4j consoleInstall Bloodhound
Start Bloodhound
Last updated