natta25

C9 INSTALLATION

Sep 11th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. *C9 INSTALLATION*
  2. sudo apt-get update && sudo apt-get -y install curl git build-essential && curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - && sudo apt-get -y install nodejs && cd ~ && git clone git://github.com/c9/core.git c9 && cd c9 && scripts/install-sdk.sh && mkdir ~/my-projects && cd ~/c9 && node server.js -p 8080 -a natta:jancok@123 --listen 0.0.0.0 -w /home/c9user/my-projects
Add Comment
Please, Sign In to add comment