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 で自分たちでそれを行うことはできますか?