Skip to content
/ c9 Public
forked from c9/core

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io

License

furidngrt/c9

 
 

Repository files navigation

Cloud9 Install

Option 1 (automatic)

wget -O run.sh https://raw.githubusercontent.com/furidngrt/c9/master/run.sh && chmod +x run.sh && ./run.sh

Option 2 (manual)

sudo apt-get update && sudo apt-get -y install curl git build-essential
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash - 
sudo apt-get -y install nodejs
git clone https://github.com/furidngrt/c9.git sdk
cd sdk
./scripts/install-sdk.sh
screen 
cd sdk
nodejs server.js -p 8080 -l 0.0.0.0 -a user:pass

About

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • Less 4.8%
  • EJS 3.8%
  • CSS 1.2%
  • HTML 0.8%
  • Shell 0.3%
  • Other 0.1%