-
Notifications
You must be signed in to change notification settings - Fork 20
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
neo4j:install does not work on windows #35
Comments
I ran into this bug trying to set up our project (https://github.com/pariyatti/kosa) for a volunteer designer, who is using Windows at the moment. It would be vastly preferable to use the Rake tasks to set up, configure, and manage Neo4j... they've been a godsend on Linux. Unfortunately, I don't have a Windows machine to test this with right now. Remote pairing, we did fix the neo4j-rake_tasks/lib/neo4j/rake_tasks/windows_server_manager.rb Lines 15 to 16 in b79b7c0
After that, we had to change this line:
to: ...though I don't think that's the right solution. This got us past that point, but it then seems like the jar isn't being downloaded at all, since in this line:
I'm on the side of a mountain with a mobile phone for internet so remote pair programming was too painful to actually bring this thing to a conclusion... but I think it's quite doable, and it would make the lives of your Windows users a thousand times better. 😸 |
Re-posting this issue from stackoverflow over here.
Stack trace for the failure:
The install command is being called with a
args[:edition]
parameter in neo4j_server.rake, while the windows_server_manager version of install method does not take any parameters.The text was updated successfully, but these errors were encountered: