这是我通过 Nitrous.IO 控制台尝试的内容:
- wget http://dist.neo4j.org/neo4j-community-1.9.4-unix.tar.gz
- tar xvfz neo4j-community-1.9.4-unix.tar.gz
- mv neo4j-community-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 上这样做吗?