Skip to content

Instantly share code, notes, and snippets.

@ubinix-warun
Last active July 25, 2016 00:50
Show Gist options
  • Save ubinix-warun/5428811 to your computer and use it in GitHub Desktop.
Save ubinix-warun/5428811 to your computer and use it in GitHub Desktop.

Revisions

  1. ubinix-warun revised this gist Jun 24, 2013. 3 changed files with 0 additions and 0 deletions.
    File renamed without changes.
    File renamed without changes.
    File renamed without changes.
  2. ubinix-warun revised this gist Apr 25, 2013. 2 changed files with 2 additions and 0 deletions.
    1 change: 1 addition & 0 deletions 1.install-nodejs.bash
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    sudo su
    apt-get install build-essential
    cd /usr/local/src
    wget http://nodejs.org/dist/v0.8.19/node-v0.8.19.tar.gz
    tar zxvf node-v0.8.19.tar.gz
    1 change: 1 addition & 0 deletions 2.install-cloud9.bash
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    cd ~
    sudo npm install -g sm
    sudo apt-get install git-core libxml2-dev
    git clone https://github.com/ajaxorg/cloud9.git cloud9
    cd ./cloud9
    sudo sm install
  3. ubinix-warun created this gist Apr 21, 2013.
    15 changes: 15 additions & 0 deletions 1.install-nodejs.bash
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    sudo su
    cd /usr/local/src
    wget http://nodejs.org/dist/v0.8.19/node-v0.8.19.tar.gz
    tar zxvf node-v0.8.19.tar.gz
    cd node-v0.8.19
    ./configure
    make
    ...
    make install
    ...
    node --version
    v0.8.19
    npm --version
    1.2.10
    exit
    6 changes: 6 additions & 0 deletions 2.install-cloud9.bash
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    cd ~
    sudo npm install -g sm
    git clone https://github.com/ajaxorg/cloud9.git cloud9
    cd ./cloud9
    sudo sm install
    ...
    3 changes: 3 additions & 0 deletions 3.launch-cloud9.bash
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    mkdir ~/workspace
    cd ~/cloud9
    bin/cloud9.sh -l 0.0.0.0 -p 3131 -w ~/workspace --username sample --password sample