Installing & Setting Up
Installation
Start downloading the following:
apt install neo4j
apt install bloodhound
With that you should have all the necessary.
Setting Up
In one terminal put:
neo4j console
On another terminal put:
bloodhound
Simple!!
Change Credentials
Now go to http://localhost:7474 and put the default credentials, later that change the password:
Default credentials - neo4j : neo4j
Bloodhound
On the bloodhound terminal just put the username neo4j and the password you previously specified. Finally, you will successfully get in and you can start using the tool.
Last updated