Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 836 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 836 Bytes

Deuxdrop

Raindrop 2 => Raindrop Deux => Deuxdrop

A messaging system being grown from the kernel of an android client (phonegap) with a server (node.js w/hbase).

Checking It Out

git clone --recursive git://github.com/mozilla/deuxdrop.git

Directories

Implementation:

  • clients: Clients and client-specific JS code
  • common: JS code shared between client, server
  • servers: Servers and server-specific JS code

UI/UX:

  • design: (Old) Mockups

Server Deployment:

  • deploy: cobbler/puppet automation for setting up servers / dev machines

Building

  • Make sure you checked us out with "git clone --recursive". If not, do "git submodule init".
  • Make sure deps are up to date via "git submodule update"
  • cd servers; npm install

System Deps

You really want to have redis installed and listening on localhost.