Skip to content

Instantly share code, notes, and snippets.

@lrhache
Last active August 29, 2015 13:57
Show Gist options
  • Save lrhache/9872532 to your computer and use it in GitHub Desktop.
Save lrhache/9872532 to your computer and use it in GitHub Desktop.
neo4j install
mkdir ~/neo4j
mv neo4j-community-2.0.1-unix.tar.gz ~/neo4j/neo4j-community-2.0.1-unix.tar.gz
cd ~/neo4j
tar -xzf neo4j-community-2.0.1-unix.tar.gz
cp neo4j-community-2.0.1 <graph-name>
git clone git://github.com/neo4j/spatial.git spatial
cd spatial
mvn clean package -Dmaven.test.skip=true install
unzip target/neo4j-spatial-0.11-SNAPSHOT-server-plugin.zip -d ~/neo4j/<graph-name>/plugins/
~/neo4j/<graph-name>/bin/neo4j start
curl -L http://localhost:7474/db/data
@lrhache
Copy link
Author

lrhache commented Mar 30, 2014

Port edit: conf/neo4j-server.properties
Wrapper edit (wrapper.name): conf/neo4j-wrapper.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment