A micro micro blog.
Clone the repository
git clone git://github.com/ednapiranha/roller.git
Install node http://nodejs.org/#download
Install redis via brew or here http://redis.io
cd roller
cp local.json-dist local.json
Roller uses Amazon s3 and as a result, uses knox and knox-mpu for handling file uploads to that service.
If you choose to use another file uploading service and API (e.g. Dropbox), just replace the knox libraries in package.json with a different module, update local.json with your API data and change the calls in lib/roller.js for the uploadFile function.
Create a bucket on Amazon S3 and get your key, secret and bucket name
Apply S3 info into local.json
npm install
Run the site
node app.js
make test