我已经安装了node.js(v0.10.30)和npm。我可以通过终端在我的mac和dreamhost VPS之间建立SSH连接,但我无法在Cloud9中进行。有人帮帮我吗?
答案 0 :(得分:1)
./server.js -p 8080 -l 0.0.0.0 -a :
--settings Settings file to use
--help Show command line options.
-t Start in test mode
-k Kill tmux server in test mode
-b Start the bridge server - to receive commands from the cli [default: false]
-w Workspace directory
--port Port
--debug Turn debugging on
--listen IP address of the server
--readonly Run in read only mode
--packed Whether to use the packed version.
--auth Basic Auth username:password
--collab Whether to enable collab.
--no-cache Don't use the cached version of CSS
因此,您可以使用自己的VPS,只需将0.0.0.0更改为您的服务器IP。