Git Product home page Git Product logo

Rizzoma Collaboration Platform

Rizzoma is a powerful web-application for realtime collaboration. It was created with Google Wave principles in mind and features tree-structured discussions, gadget-form extensions and multimedia support. Rizzoma is an ultimate solution for team communication which can be used as knowledge-management and discussion platform at the same time. Watch short video or see it online - Rizzoma.com.

Just want to get hacking in a virtual machine?

Don't directly clone this repo, but instead get the Rizzoma Vagrant Skeleton, follow the steps and get hacking! :)

Want to know how to do it properly on your local machine - follow the steps below!

Build and run

Install requirements:

Node.js 0.10, CouchDB, RabbitMQ, SphinxSearch, Redis (optional), ImageMagick (optional)

On Debian/Ubuntu:

sudo apt-get install build-essential libssl-dev couchdb rabbitmq-server sphinxsearch redis-server imagemagick libicu-dev

Install Node Version Manager or similar tool. Install Node.js 0.10.x:

nvm install v0.10
nvm use v0.10
# to check Node.js version run:
node -v

Build:

  • git clone and cd to the project root
  • cp src/server/settings_local.coffee.template src/server/settings_local.coffee
  • node_modules/.bin/cake build-server build-client
  • configure SphinxSearch (optional, TBD)

Run:

Learn internals

Rizzoma architecture described in details in this topic

In short:

  • Operational Transformation (via ShareJS library + our custom types for rich text) for topic state synchronization, concurrent text editing and a bit of offline
  • Hard research work for multi-cursor concurrent realtime multi-language WYSIWYG editor with embedded non-editable elements that works in Chrome, Firefox, IE, Safari, Opera, Android and iOS browsers
  • CoffeeScript, Browserify for client
  • Node.js, CoffeeScript, RabbitMQ, Express, Swig templates for backend
  • SockJS (WebSocket) and REST APIs for client-server
  • CouchDB, Redis, S3 for data storage
  • SphinxSearch for topics/mentions/tasks list and full text search
  • Shindig for embedding OpenSocial gadgets
  • Google and Facebook oAuth and contacts, email notifications and reply by email, Android application, Hangouts, Google Calendar, Google Drive, Chrome extensions

Other topics: REST API, Developing gadgets with OpenSocial, Topic export (structure and converters)

Make changes

Server side entry points:

  • src/server,
  • src/server/app_roles/web_wave.coffee, src/server/templates/wave*.html - web (views and templates),
  • src/server/common/root_router.coffee - API module routing.

For most changes to apply just restart ./app.js.

Client entry points:

  • src/client, src/static

For .coffee files changes to apply run node_modules/.bin/cake build-client, for .css changes - just press F5.

Help Rizzoma

  • Contribute code. Bug fixes, new features, documentation and translations are welcome. Please make one feature or bug fix per pull request. Do not hesitate to ask questions.
  • Spread a word, like, star the repo ;)
  • Sponsor feature development or just upgrade your Rizzoma plan to support the project.

Who is behind Rizzoma and license

Rizzoma Project was created and is developed by the Tekliner team with great help from the community. Rizzoma.com service is provided and supported by Tekliner. Write us a line - [email protected]

Copyright 2011-2017 Tekliner, http://tekliner.com/
Copyright 2011-2017 Rizzoma Project, https://rizzoma.com/

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this project files except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Rizzoma's Projects

cucumis icon cucumis

BDD Cucumber Style Asynchronous Testing Framework for node.js

jquery-autocomplete icon jquery-autocomplete

The original jQuery autocompleter. Does not need any other plugins. Supports local and remote data sets, plain text and JSON data, various options and callback hooks.

jquery-calendrical icon jquery-calendrical

Plugin for jQuery that provides popup date and time pickers inspired by Google Calender

limestone2 icon limestone2

Sphinx connector for Node.js. Built on base of https://github.com/kurokikaze/limestone

rizzoma icon rizzoma

Code that powers Rizzoma collaboration platform

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.