当前位置: 首页 > 工具软件 > Cloud9 IDE > 使用案例 >

Debian安装cloud9 IDE

班承恩
2023-12-01
https://github.com/ajaxorg/cloud9.git

1.安装nodejs

2.安装sm
    npm install -g sm
    sm -version
******************************************************************************************

  `sm` has been installed BUT not in your PATH!

  Please add '/opt/node-v0.10.24-linux-x64/lib/node_modules/sm/bin/sm' to your PATH.

  Alternatively you can run the following:

    sudo /opt/node-v0.10.24-linux-x64/lib/node_modules/sm/bin/sm install-command

******************************************************************************************

3.下载并安装cloud9    
    git clone https://github.com/ajaxorg/cloud9.git cloud9
    cd cloud9
    sm install
    
4.启动服务
    ./cloud9.sh -l 192.168.1.100 -p 8000
    
    
参考http://heroin.so/ide/2012/11/24/cloud9ide-install/

 类似资料: