- PHP5.4+
- Composer
Clone this repository somewhere on your computer :
git clone git@github.com/neoxygen/neo4j-toolkit
Install the dependencies :
cd neo4j-toolkit
composer install
Add the bin folder of the repository to your path (will be soon available as a phar package)
export PATH=~/Users/you/path/to/neo4j-toolkit/bin:$PATH
List the registered databases
neo db:list
Install a new database
neo db:new testgraph
Specify version to install
neo db:new social 2.1.4
Switch from one db to another
neo db:switch recommendation
Todo: Better error handling Start/stop ....
Author: Christophe Willemsen