在 ssh 工作空间上安装 cloud9 先决条件

Install cloud9 pre-requisites on ssh workspace

目前,当我们制作一台新的开发人员机器时,我们会安装 node.js 然后通过 SSH 连接到 cloud9,它会安装它需要的其他东西。

我可以 运行 在构建脚本的末尾使用命令来更早地安装 cloud9 先决条件吗? (只是为了避免在第一次连接时等待它。)

也许这个页面上的命令: https://github.com/c9/install

是的,应该有效:

curl -L https://raw.githubusercontent.com/c9/install/master/install.sh | bash