-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
43 lines (27 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
This app was hacked together as a quick example for a presentation. Other use may be treacherous.
A video demo: http://cometio.us/articles/4_video_demo_for_merbcamp_presentation
It uses:
http://code.google.com/p/google-diff-match-patch/
http://orbited.org
http://github.com/bmizerany/sinatra/tree/master
http://www.cdolivet.net/editarea/
http://github.com/Bluebie/legs/tree/master
Step one: Install orbited
http://orbited.org/wiki/Installation
Step two: Install gem dependencies
sudo gem sources -a http://gems.github.com
sudo gem install Bluebie-legs uuid pathname ostruct
Step three: Edit configuration file
Go to config/orbited.cfg, find INDEX under [static], and modify the path for your filesystem
run
ruby web.rb
ruby lib/mission_control.rb
orbited --config=config/orbited.cfg
Get the bookmarklet
http://localhost:4567/index.html
Go to a gist:
http://gist.github.com/gists
Click the bookmarklet.
Click one of the new "edit live" links
Open the url at the top of the edit area into another browser.
(find bugs)