Java 1.7 Neo4j 2.1 Gradle 2.2 (optional)
- Download neo4j-2.2+ from [Neo4j download page] (http://neo4j.com/download/)
- Extract it to project root directory(after that you must have 'quranic-graph/neo4j' directory) and rename it to 'neo4j'
- Compile and deploy plugin via
"./gradlew deploy"
command.(Instead of using ./gradlew,I recommend that install gradle) - Run Neo4j by
"./neo4j/bin/neo4j restart"
After running the Neo4j server,to upgrade database with new DataFillers you must make a GET request to '/quran/data/upgrade'
"./gradlew dropDatabase"
command will drop database by remove 'neo4j/data/graph.db' directory.