我按照步驟debian - stable installation instructions逐字。如何解決`neo4j:command not found`錯誤
然而,當我運行的最後一步,我得到:
[email protected]:~$ neo4j start
neo4j: command not found
我該如何解決這個問題?
我按照步驟debian - stable installation instructions逐字。如何解決`neo4j:command not found`錯誤
然而,當我運行的最後一步,我得到:
[email protected]:~$ neo4j start
neo4j: command not found
我該如何解決這個問題?
你可以啓動的Neo4j服務器:
service neo4j-service start
但是,如果你能夠訪問本地主機:7474,那麼服務器已經啓動。您可以檢查地位的:
service neo4j-service status
或者,如果你想停止它:
service neo4j-service stop
作爲'neo4j'用戶運行:'sudo -u neo4j service neo4j-service start' –
http://docs.neo4j.org/chunked/milestone/server-installation.html –
你可能沒有。在你的PATH中,所以你需要做./neo4j開始。 從Here
你確定'apt-get install neo4j'成功了嗎? – devnull
那麼,http:// localhost:7474正在運行一個gui,並且我添加了一些節點和關係(雖然不確定我在做什麼)。 – cammil