Creating a Neo4j instance on GCP vm
Set up Docker in VM
sudo apt-get updatesudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-commoncurl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -sudo apt-key fingerprint 0EBFCD88sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"sudo apt-get updatesudo apt-get install docker-ce docker-ce-cli containerd.io
Create Neo4J image
Install APOC on Neo4j Docker
Install apoc jar file:
Install/start neo4j with plugins directory enabled:
Full text search on Neo4j
Resources and Links
Last updated
Was this helpful?