2014-09-21 64 views
2

只需使用https://github.com/ajaxorg/cloud9上的說明在ec2上安裝cloud9即可。 一切順利。 在AWS安全組 新增目錄CLOUD9 /項目 IDE彈出直到當我做很多漂亮的事在ec2上運行cloud9

Console 
[[email protected] cloud9]$ bin/cloud9.sh -l 0.0.0.0 -w projects 
mkdir -p plugins-client/lib.ace/www/worker 
rm -rf /tmp/c9_worker_build 
rm: cannot remove ‘/tmp/c9_worker_build/ext/codecomplete’: Permission denied 
rm: cannot remove ‘/tmp/c9_worker_build/ext/csslanguage’: Permission denied 
rm: cannot remove ‘/tmp/c9_worker_build/ext/linereport’: Permission denied 
rm: cannot remove ‘/tmp/c9_worker_build/ext/jslanguage’: Permission denied 
rm: cannot remove ‘/tmp/c9_worker_build/ext/linereport_php’: Permission denied 
rm: cannot remove ‘/tmp/c9_worker_build/ext/language’: Permission denied 
rm: cannot remove ‘/tmp/c9_worker_build/ext/htmllanguage’: Permission denied 
rm: cannot remove ‘/tmp/c9_worker_build/ext/linereport_python’: Permission denied 
make: *** [plugins-client/lib.ace/www/worker/worker-language.js] Error 1 
Linux 64 bit 
connect plugin start 
Connect server listening at http://x.x.x.x.0:3131 x.x.x.x replaces zeros in url 
IDE SERVER PLUGIN: auth 
IDE SERVER PLUGIN: git 
IDE SERVER PLUGIN: gittools 
IDE SERVER PLUGIN: hg 
IDE SERVER PLUGIN: npm 
IDE SERVER PLUGIN: filelist 
IDE SERVER PLUGIN: search 
IDE SERVER PLUGIN: revisions 
IDE SERVER PLUGIN: settings 
IDE SERVER PLUGIN: shell 
IDE SERVER PLUGIN: state 
IDE SERVER PLUGIN: watcher 
IDE SERVER PLUGIN: node-runtime 
IDE SERVER PLUGIN: npm-runtime 
IDE SERVER PLUGIN: python-runtime 
IDE SERVER PLUGIN: apache-runtime 
IDE SERVER PLUGIN: ruby-runtime 
IDE SERVER PLUGIN: php-runtime 
Started '/home/ec2-user/cloud9/configs/default'! 
IDE server initialized. Listening on x.x.x.x.0:3131 x.x.x.x replaces zeros in url 

events.js:72 
     throw er; // Unhandled 'error' event 
      ^
Error: spawn ENOENT 
    at errnoException (child_process.js:1000:11) 
    at Process.ChildProcess._handle.onexit (child_process.js:791:34) 

有沒有人有此方面的經驗墜毀開業3131?

回答

1

一般而言,ENOENT意味着符號鏈接,套接字,管道,文件,目錄等存在一些問題。要麼是某個東西不存在,要麼您沒有權限訪問它。我要猜測這裏有關的socket或目錄。

現在還有一種在EC2上運行Cloud9的簡單方法:https://aws.amazon.com/cloud9/