introduce new koding platform

28
Caesar Ch fb, twitter@clonnc Koding - a new way for developer s to work

Upload: caesar-chi

Post on 20-Aug-2015

1.520 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Introduce New Koding platform

Caesar Chifb, twitter@clonncd

Koding - a new way for developer s to work

Page 2: Introduce New Koding platform

https://koding.com/

Page 3: Introduce New Koding platform

Why ishttps://koding.com/

Page 4: Introduce New Koding platform

Signup by Github

Signup by Email

Page 5: Introduce New Koding platform

login github

Page 6: Introduce New Koding platform

click here

Page 7: Introduce New Koding platform

After signup / login in. you will see this.

Page 8: Introduce New Koding platform

1. update your account setting2. fulfill your profile3. Verify your email

1

3

2

Page 9: Introduce New Koding platform

Click this and go to develop

https://koding.com/Ace

Page 10: Introduce New Koding platform

https://koding.com/Ace

Public url(domain)

Page 11: Introduce New Koding platform

https://koding.com/Ace

Folder infrastructure

Page 12: Introduce New Koding platform

•New / Edit/ Delete file•Download file / package•Git clone here

Mouse right click menu

Page 13: Introduce New Koding platform

Edit index.html by Ace editor

Page 14: Introduce New Koding platform

Click this and Open Terminal

https://koding.com/Ace

Page 15: Introduce New Koding platform

https://koding.com/Terminal

Terminal, include sudo permission

Page 16: Introduce New Koding platform

About - Koding Server

•ubuntu server

•sudo permission(sudo su -)

•preload

•node.js

•git

•apache

Page 17: Introduce New Koding platform

https://koding.com/Terminalcheck node versionnode -v

Page 18: Introduce New Koding platform

Stop Apache (stop runs on 80)

sudo service apache2 stop

Page 19: Introduce New Koding platform

Stop Apache (stop runs on 80)

sudo service apache2 stop

Page 20: Introduce New Koding platform

sudo npm install -g express

sudo npm install -g express

Page 21: Introduce New Koding platform

sudo npm install -g express

sudo npm install -g sails

Page 22: Introduce New Koding platform

Rock with Koding

Page 23: Introduce New Koding platform
Page 24: Introduce New Koding platform

Start node Error?

Page 25: Introduce New Koding platform

process occupy, kill him

Page 26: Introduce New Koding platform

kill this process

kill -9 389

ps aux | grep node

Page 27: Introduce New Koding platform

npm could NOT install ?

Page 28: Introduce New Koding platform

rm -rf node_modules

sudo rm -rf ~/.npm ~/tmp

npm install

Happy Koding