2013-10-13 33 views
1

下面是我通過Nitrous.IO控制檯嘗試什麼:如何在Nitrous.IO上安裝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能夠自己做到嗎?

+0

你在哪裏運行Linux版本? –

+0

Ubuntu 12.04.1 LTS – omkar

回答

2

Nitrous框默認不包含lsof,因爲您沒有root權限,您需要將lsof下載並安裝到您的主目錄。

安裝完成後,您需要將其添加到PATH中。你可以在這裏下載lsof http://freshmeat.net/projects/lsof/