This repo has been deprecated. Neo4j is no longer maintaing a Test Drive on GCP. This may be replaced with a Qwiklab at some point.
Files related to GCP test-drive for neo4j-enterprise
Google internal docs for how to create testdrives: https://cloud.google.com/launcher/docs/partners/test-drive-single-vm
Files in this repo store the content of the test drive (the browser autoplay guide) and notes about how the VM was set up and configured.
See neo4j.conf
; this is the configuration that is live in the test-drive image.
The way this repo works is that test drive content is stored in content/*.adoc
.
See git submodules in this repo, a lot of this content was borrowed from other places and just molded editorially.
neo4j-guides
is used to generate HTML from that asciidoc, and then the resulting
content is staged to the Amazon S3 bucket guides.neo4j.com. The google test drive
is then set up to autoplay that guide.
./deploy-content.sh
Which basically just copies generated HTML and images to the proper S3 bucket to be referenced by the test drive. (See content hosting below)
Run:
python neo4j-guides/http-server.py
This serves the repo from http://localhost:8001/
. In the neo4j instance, ensure that the following
config is set:
browser.remote_content_hostname_whitelist=*
Then simply run :play http://localhost:8001/content/index.html
gcloud-testdrive
folder in the guides.neo4j.com
S3 bucket:
Ask David Allen [email protected] / moxious on github.