-
Notifications
You must be signed in to change notification settings - Fork 8
cloud9
varokas edited this page Mar 29, 2013
·
2 revisions
- go to "https://c9.io"
- sign in or sign up if you don't have account here.
- choose project to edit.
- click "clone to edit"
- click "start editing"
- share link with your team mate.
- change permission to read-write.
- now the paticipient with write access can edit the file.
Now they can do concurrent edit on same file, but concurrent edit at same line is quite hard. ;)
run "npm test" on cloud9, need to install required package. after start editting Foresee project, type command below in "console input box" (at bottom of screen).
npm install mocha -g
npm install should -g
npm install coffee-script -g