Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rakefile? #45

Open
iehdk opened this issue Sep 12, 2018 · 2 comments
Open

Rakefile? #45

iehdk opened this issue Sep 12, 2018 · 2 comments

Comments

@iehdk
Copy link

iehdk commented Sep 12, 2018

Soooo ... I installed neo4j-rake_tasks by use of bundler and a Gemfile and that seems to go well, but there is no Rakefile or what?

$ rake neo4j:install[community-latest]
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)

...
@iehdk
Copy link
Author

iehdk commented Sep 12, 2018

Ah, found out: Create your own Rakefile in the project root with:

require 'neo4j/rake_tasks'

Do add that the the README?

@yanshiyason
Copy link

Thank you! I was looking for this.. I was trying to require 'neo4j-rake_tasks' and was getting errors!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants