Scrello, the scrum side of trello, is a web application that let you manage a full scrum process using Trello as a digital scrum board.
Before you start you need the Trello Developer API Keys. You can generate the key and secret hash here.
You can use the key and secret values in this way:
~$ sudo TRELLO_KEY=key TRELLO_SECRET=secret node app.js
In order to install Scrello, you need to have already installed:
Scrello uses several dependencies which are listed in the package.json file so that npm will install them for you. So, once you have installed Node.js, MongoDB and npm, you can download Scrello and install its dependencies with:
~$ git clone https://github.com/emidiocroci/scrello.git
~$ sudo npm install -d
Now you can run your Scrello installation just typing:
~$ node app.js