nleush / tadagraph

micro-messaging w/ Markup (via Team.FM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tadagraph - real-time micro-blogging for your team with markup syntax

Tadagraph is the core of Team.FM collaboration platform. We build Team.FM based on tadagraph.

Requirements

Install

  1. Clone this repository

  2. Create a database where you want to push tadagraph core couchapp:

    $ curl -XPUT http://localhost:5984/yourdb

Or go to couchdb utilities page (by default http://localhost:5984/_utils) and create a database.

  1. Go to core couchapp

    $ cd tadagraph/core

  2. Push core app to your database

    $ couchapp push http://localhost:5984/yourdb

  3. Visit tadagraph core

    http://localhost:5984/yourdb/_design/core/index.html

Demo

You can check out Tadagraph application here: http://opensource.team.fm.

Other resources

About

micro-messaging w/ Markup (via Team.FM)

License:Apache License 2.0


Languages

Language:JavaScript 100.0%