[Avg. reading time: 2 minutes]
Software
Free Client Software
Container Version
create folders neo4j/data
cd neo4j
podman run \
--name myneo -d \
-p7474:7474 -p7687:7687 \
--volume=$PWD/data:/data \
-e NEO4J_AUTH=neo4j/admin123 \
-e NEO4J_PLUGINS='["apoc"]' \
-e "NEO4J_dbms_security_procedures_unrestricted=apoc.*" \
-e "NEO4J_dbms_security_procedures_allowlist=apoc.*" \
docker.io/library/neo4j
Visit http://localhost:7474
default username/pwd: neo4j/admin123
Cloud - Free Server Account


