codyopel / collide

Automatically exported from code.google.com/p/collide
Apache License 2.0
0 stars 0 forks source link

Collide

What is Collide?

Collide is an open-source "collaborative IDE" demonstration.

Run Collide on your local file system. Browse to (http://localhost:8080). Profit.

Requires:

Build

`ant dist`

Running

From any folder, run:

`[collide directory]/bin/deploy/collide`

Point a browser at (http://localhost:8080/). By default Collide will only accept local connections. To accept remote connection you must specify a password.

Flags

-password= Specify a password to access the web UI (enables remote connections) --debug Enable JVM debugging on port 8001. An Eclipse launch config is included.

Hints for USING COLLIDE

Atl+enter brings up the "Awesome Box" for fast file switching.

Ctrl+space does client side lexical completions and code snippets.

Eclipse setup

Contributing

http://code.google.com/p/collide/wiki/SubmittingChanges

The "source of truth" repo

http://code.google.com/p/collide