Last active
July 25, 2016 00:50
-
-
Save ubinix-warun/5428811 to your computer and use it in GitHub Desktop.
Revisions
-
ubinix-warun revised this gist
Jun 24, 2013 . 3 changed files with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes.File renamed without changes.File renamed without changes. -
ubinix-warun revised this gist
Apr 25, 2013 . 2 changed files with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
ubinix-warun created this gist
Apr 21, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ... This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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