====== Requirements ==================================================================================================== * NodeJS v0.1.100 with crypto module * Redis 2.0.0 rc4 ====== Setup =========================================================================================================== * Change port in src/server/server.js according to your environment (default: 8082) * Change websocket url in src/client/client.js according to your environment (default: ws://localhost:8082) * Remark: Websocket behind apache currently doesn't work since apache tries to rewrite websocket headers * Prepare a lively page for collaboration * Include 'src/client/client.js' as local requirement * Use 'projects.Collaboration.init();' as initializer ====== Startup ========================================================================================================= * './redis-server' from Redis directory * node 'src/server/server.js' * Open your lively page in Safari 5 or Google Chrome * Enjoy collaboration!