Tadagraph is the core of Team.FM collaboration platform. We build Team.FM based on tadagraph.
-
Clone this repository
-
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.
-
Go to core couchapp
$ cd tadagraph/core
-
Push core app to your database
$ couchapp push http://localhost:5984/yourdb
-
Visit tadagraph core
http://localhost:5984/yourdb/_design/core/index.html
You can check out Tadagraph application here: http://opensource.team.fm.