-
Notifications
You must be signed in to change notification settings - Fork 135
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
issue about passing neo4j location on command-line #80
Comments
If you installed neo4j through the deb repository, it should already be running as a service. Try typing:
If you do not see anything, try typing:
|
Here are outputs of command Henry described -Thanks him for his directions-:
On the other hand, in my ruby app which is located at "~/Desktop/neo4japp":
In my opinion, at last command, it was looking for a location which is relative and its binaries should be under the app I created. So, I should enter exact location at command-line to make it work.
|
You don't need to run the rake neo4j:start command. It's already running. |
sorry about delaying, it really works and does not need to run install&start commands. thank you Henry:) |
Updated koality.yml to parse Gemfile for CrunchBase dependencies and clo...
I have neo4j -version 1.8.1- installed on Ubuntu 12.10 from official deb repository. I wanted to give a try neography, first I passed "rake neo4j:install" because it's already installed but next I couldn't run "rake neo4j:start" beacuse it couldn't find location of neo4j. I couldn't find the command that I could pass location of it like:
"rake neo4j:install --dir=/path/to/neo4j"
The text was updated successfully, but these errors were encountered: