Video coming soon...
This script is for demo purposes only.
Resources & Setup Scripts
Grab the automated bash script from GitHub.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/databases/neo4j/neo4j-ubuntu.sh
chmod +x neo4j-ubuntu.sh
sudo bash neo4j-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/databases/neo4j/neo4j-ubuntu.sh
2 Make it Executable
chmod +x neo4j-ubuntu.sh
3 Run the Installer
sudo bash neo4j-ubuntu.sh
4 Access the Interface
http://<your-server-ip>:7474
Ports Used
| Port | Purpose |
|---|---|
| 7474 | HTTP REST API + Browser UI |
