neo4j-contrib / sandbox-guides

Resources for building and deploying Neo4j Browser Guides including with sandbox instances
12 stars 8 forks source link

Neo4j browser guides for sandbox instances

Available Use Cases

Render / deploy guides for a use case

  1. Clone this repo git clone git@github.com:neo4j-contrib/sandbox-guides.git

  2. cd sandbox-guides

  3. git submodule init

  4. git submodule update

  5. Edit {USE-CASE}/{GUIDE-NAME-HERE}.adoc

  6. {USE-CASE}/render.sh [publish]

  7. Open Neo4j Browser and run :play http://localhost:8001/{USE-CASE}

Guide HTML and image files in {USE-CASE}/img will be pushed to S3 guides.neo4j.com/sandbox once pushed to GitHub using CircleCI.