Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 784 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 784 Bytes

K-tra!

The Lightweight Task Tracker.

Deploy

Setup for development

rename config/application.example.yml to config/application.yml

$ cp config/application.example.yml config/application.yml

Fill your credentials for twitter.

$ open https://dev.twitter.com/
$ open config/application.yml
TWITTER_KEY: 'YOUR CONSUMER KEY'
TWITTER_SECRET: 'YOUR CONSUMER SECRET'

Setup for test

rename Guardfile.example to Guardfile

$ cp Guardfile.example Guardfile
$ guard

Setup for phantom.js on Mac

brew update
brew install phantomjs