Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在Nitrous.IO上安装neo4j?_Neo4j_Nitrousio - Fatal编程技术网

如何在Nitrous.IO上安装neo4j?

如何在Nitrous.IO上安装neo4j?,neo4j,nitrousio,Neo4j,Nitrousio,下面是我通过Nitrous.IO控制台尝试的内容: wget tar xvfz neo4j-community-1.9.4-unix.tar.gz mv neo4j-社区-1.9.4 neo4j neo4j/bin/neo4j启动 它是这样说的: WARNING: Max 512 open files allowed, minimum of 40 000 recommended. See the Neo4j manual.

下面是我通过Nitrous.IO控制台尝试的内容:

  • wget
  • tar xvfz neo4j-community-1.9.4-unix.tar.gz
  • mv neo4j-社区-1.9.4 neo4j
  • neo4j/bin/neo4j启动
它是这样说的:

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上这样做吗?

默认情况下,Nitrous框不包括lsof,而且因为您不包括;如果您没有根目录访问权限,则需要下载lsof并将其安装到主目录中


安装后,您将希望将其添加到路径中。您可以在这里下载lsof。

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