facebook twitter hatena line email

「Javascript/nodejs/cloud9 ideインストール」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==必須モジュールインストール== npm install -g architect npm install -g optimist npm install -g asyncjs npm install -g connect npm install -g v8debug ==...」)
 
(相違点なし)

2015年5月20日 (水) 02:59時点における最新版

必須モジュールインストール

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