neo4j-core icon indicating copy to clipboard operation
neo4j-core copied to clipboard

Allow for installing of whatever the latest version of neo4j is in `rake neo4j:install`

Open cheerfulstoic opened this issue 9 years ago • 3 comments

Should be able to use GitHub API: https://github.com/neo4j/neo4j/releases

cheerfulstoic avatar Jun 08 '15 19:06 cheerfulstoic

Also maybe when running rake tasks we can notify somebody if there's a point release? If so, we should probably look into https://github.com/neo4jrb/neo4j/issues/823 at the same time to make sure it's easy to run a command to update the version of Neo4j without wiping the data

cheerfulstoic avatar Jun 08 '15 19:06 cheerfulstoic

Suggestion from @jexp:

curl https://api.github.com/repos/neo4j/neo4j/releases/latest

cheerfulstoic avatar Jun 08 '15 19:06 cheerfulstoic

See https://github.com/neo4jrb/neo4j-core/commit/b4014edc23226ec511aacd1b6de4b7d05952c82a

cheerfulstoic avatar Jun 30 '15 19:06 cheerfulstoic