Repository: https://github.com/c9/core
Steps to install c9 without aws dependency.
Step 1:
sudo apt install curl
Step 2:
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
Step 3:
source ~/.bashrc
Step 4: make node version 10
echo "10" > .nvmrc
step 5: run
node ~/c9sdk/server.js --listen 0.0.0.0 --port 8080 -w ~/ --auth admin:123456> /dev/null 2>&1 &
OR
node ./server.js --listen 0.0.0.0 --port 8080 -w / --auth admin:123456> /dev/null 2>&1 &