activegraph icon indicating copy to clipboard operation
activegraph copied to clipboard

Vagrant config uses (deprecated(-ish?)?) neo4j-rake_tasks gem

Open bobmazanec opened this issue 2 years ago • 0 comments

Vagrantfile uses neo4jrb/neo4j-rake_tasks but this comment on neo4jrb/neo4j-rake_tasks#50

We are actually going away from neo4j-rake_tasks in favor of bolkit or direct shell.

suggests it is not (was not going to be? might not be?) the path forward.

Background

CONTRIBUTING.md suggests using the Vagrant box. I see Vagrantfile hasn't been touched since 2017, so I've been updating it to get a dev environment running.

After working through several issues, I was tracking down why rake neo4j:install[community-latest] installed neo4j-community-3.4.1. I was simply going to submit a PR to its neo4j_versions.yml. When I found the issue referenced above, I came back here.

How can I/we help?

Thanks

bobmazanec avatar Aug 25 '21 21:08 bobmazanec