Skip to content

Instantly share code, notes, and snippets.

@freeeve
Last active December 22, 2015 06:38
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freeeve/6432225 to your computer and use it in GitHub Desktop.
Save freeeve/6432225 to your computer and use it in GitHub Desktop.
#!/bin/sh
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F" "http://download.oracle.com/otn-pub/java/jdk/7u25-b15/jdk-7u25-linux-x64.rpm" -O jdk-7u25-linux-x64.rpm
rpm -ivh jdk-7u25-linux-x64.rpm
rpm -ivh http://rpm-preview.neo4j.org.s3.amazonaws.com/neo4j-1.9.3-1.noarch.rpm --nodeps
service neo4j start
@vnaking
Copy link

vnaking commented Sep 21, 2013

i've intall neo4j via your rpm but i don't know where is plugins folder store, can you help me?

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