Last active
July 25, 2016 00:50
-
-
Save ubinix-warun/5428811 to your computer and use it in GitHub Desktop.
Install Cloud9 IDE on Ubuntu 12.04, Raspberry Pi
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 characters
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 | |
... |
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 characters
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 | |
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 characters
mkdir ~/workspace | |
cd ~/cloud9 | |
bin/cloud9.sh -l 0.0.0.0 -p 3131 -w ~/workspace --username sample --password sample |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to fix cloud9 git downloading empty repository run this instead.
git clone https://github.com/c9/core cloud9
EDIT
git clone https://github.com/c9/core cloud9
cd cloud9
./scripts/install-sdk.sh
to run server enter
node server.js -p 8181 -l 0.0.0.0 -a :