How do you set up neo4j to work with Google Compute Engine?
问题 I'm wondering how one would get neo4j to work with Google Compute Engine. Has anybody done this? What problems did you encounter? 回答1: Here you go, Basic Setup Install and setup gcloud Install py2neo Create your GCE Instance (https://console.developers.google.com/project/PROJECT_APPID/compute/instancesAdd) using image (debian-7-wheezy-v20141021, Debian GNU/Linux 7.7 (wheezy) amd64 built on 2014-10-21 or ANY) SSH your instance gcloud compute ssh INSTANCE_NAME --zone AVAILABLE_ZONES -->