This is a curl / bash installer for Gremlin 3.2.0 on Neo4j.
This script installs Gremlin 3.2.0-incubating and Neo4j 2.3.11, in the local repository, in the folder 'neo4j'. Gremlin is installed as a plug-in.
This scripts works on Debian and OSX.
Debian command :
$ wget -sL https://raw.githubusercontent.com/exakat/gremlin3neo4j2/master/install.debian.sh | sh
OSX command :
$ curl -sL https://raw.githubusercontent.com/exakat/gremlin3neo4j2/master/install.osx.sh | sh
For added security, you may download the script, review it and then run it.
For Debian :
For OSX :
This repository aims at offering the install scripts for various plate-forms. If yours is missing, read the current scripts and see what must be adapted. Then, provide it as PR.