Coopboard is an interactiv mindmap tool build with Node.js and a lot of love build in.
Ubuntu 15.04 with Node v4.0.0
You need to install Node on your system, check with:
$ node -v
Then you can do the following:
$ git clone https://github.com/CoopBoard/coopboard coopboard
$ cd coopboard
$ git submodule init
$ git submodule update
$ npm install
You can't use Coopboard without a database, which is initialized using:
$ node init_db.js
To run the actual server:
$ node server.js
To update the server:
$ git pull
$ git submodule init
$ git submodule update