So I was following along this video https://www.youtube.com/watch?v=bDjbqRL9HcM i came to a part where I should use the rake task then this happened:
blog$ rake neo4j:install[community-2.1.4] --trace
rake aborted!
Don't know how to build task 'neo4j:install'
/home/james/.rvm/gems/ruby-2.1.3/gems/rake-10.3.2/lib/rake/task_manager.rb:62:in []'
/home/james/.rvm/gems/ruby-2.1.3/gems/rake-10.3.2/lib/rake/application.rb:149:ininvoke_task'
/home/james/.rvm/gems/ruby-2.1.3/gems/rake-10.3.2/lib/rake/application.rb:106:in block (2 levels) in top_level' each'
/home/james/.rvm/gems/ruby-2.1.3/gems/rake-10.3.2/lib/rake/application.rb:106:in
/home/james/.rvm/gems/ruby-2.1.3/gems/rake-10.3.2/lib/rake/application.rb:106:in block in top_level'
/home/james/.rvm/gems/ruby-2.1.3/gem/rake-10.3.2/lib/rake/application.rb:115:inrun_with_threads'
/home/james/.rvm/gems/ruby-2.1.3/gems/rake-10.3.2/lib/rake/application.rb:100:in top_level'
/home/james/.rvm/gems/ruby-2.1.3/gems/rake-10.3.2/lib/rake/application.rb:78:inblock in run'
/home/james/.rvm/gems/ruby-2.1.3/gems/rake-10.3.2/lib/rake/application.rb:176:in standard_exception_handling' run'
/home/james/.rvm/gems/ruby-2.1.3/gems/rake-10.3.2/bin/rake:33:in
/home/james/.rvm/gems/ruby-2.1.3/gems/rake-10.3.2/lib/rake/application.rb:75:in<top (required)>'
load'
/home/james/.rvm/gems/ruby-2.1.3/bin/rake:23:in
/home/james/.rvm/gems/ruby-2.1.3/bin/rake:23:in<main>'
/home/james/.rvm/gems/ruby-2.1.3/bin/ruby_executable_hooks:15:ineval'
/home/james/.rvm/gems/ruby-2.1.3/bin/ruby_executable_hooks:15:in `'
any suggestion to how I can fix this?