【问题标题】:How to install neo4j on Nitrous.IO?如何在 Nitrous.IO 上安装 neo4j?
【发布时间】:2013-10-13 15:13:20
【问题描述】:

这是我通过 Nitrous.IO 控制台进行的尝试:

它是这样说的:

WARNING: Max 512 open files allowed, minimum of 40 000 recommended. See the Neo4j manual.                                                                          
neo4j/bin/neo4j: line 143: lsof: command not found                                                                                                                 
Using additional JVM arguments:  -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/log
ging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled                                             
Starting Neo4j Server...WARNING: not changing user                                                                                                                 
process [1470]... waiting for server to be ready.neo4j/bin/neo4j: line 143: lsof: command not found                                                                
.neo4j/bin/neo4j: line 143: lsof: command not found                                                                                                                
.neo4j/bin/neo4j: line 143: lsof: command not found

我需要在我的盒子上安装 lsof 吗?我们自己能在 Nitrous.IO 上这样做吗?

【问题讨论】:

  • 你在那里运行的 Linux 版本是什么?

标签: neo4j nitrousio


【解决方案1】:

默认情况下,Nitrous 盒子不包含 lsof,由于您没有 root 访问权限,因此您需要下载 lsof 并将其安装到您的主目录中。

安装后,您需要将其添加到您的 PATH 中。你可以在这里http://freshmeat.net/projects/lsof/下载lsof。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2023-04-07
    • 1970-01-01
    • 1970-01-01
    • 2014-12-12
    • 1970-01-01
    • 2014-03-14
    • 2019-05-01
    • 1970-01-01
    相关资源
    最近更新 更多