Javascript/nodejs/cloud9 ideインストール
提供: 初心者エンジニアの簡易メモ
必須モジュールインストール
npm install -g architect npm install -g optimist npm install -g asyncjs npm install -g connect npm install -g v8debug
gitでインストール
git clone git://github.com/ajaxorg/cloud9.git cd cloud9 git submodule update --init --recursive
起動
cd bin sh cloud9.sh
sslエラー時
error: SSL certificate problem, verify that the CA cert is OK. Details:
以下を実行
git config --global http.sslVerify false