Skip to content

Instantly share code, notes, and snippets.

@josiah14
Created February 8, 2014 01:02
Show Gist options
  • Save josiah14/8875055 to your computer and use it in GitHub Desktop.
Save josiah14/8875055 to your computer and use it in GitHub Desktop.
josiah@josiah-VirtualBox:~/Development/miracle-tracking-rails$ rake neo4j:install[community-2.0.0]
rake aborted!
Don't know how to build task 'neo4j:install'
/home/josiah/.rvm/gems/ruby-2.1.0/bin/ruby_executable_hooks:15:in `eval'
/home/josiah/.rvm/gems/ruby-2.1.0/bin/ruby_executable_hooks:15:in `<main>'
(See full trace by running task with --trace)
@subvertallchris
Copy link

Stumbled upon your gist while troubleshooting myself, hope it helps.
In your Rakefile, add this line before the load_tasks line at the end:

require 'neo4j/tasks/neo4j_server'

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