Skip to content

taea/ktra

Folders and files

NameName
Last commit message
Last commit date
Apr 12, 2017
May 9, 2015
May 9, 2015
May 9, 2015
May 30, 2014
Apr 25, 2013
Apr 25, 2013
Jul 18, 2013
Apr 12, 2017
Apr 25, 2013
Mar 7, 2014
Apr 12, 2017
Apr 12, 2017
Mar 11, 2014
Feb 5, 2015
Apr 25, 2013
Aug 9, 2014
Feb 8, 2015
Apr 25, 2013
Feb 8, 2015

Repository files navigation

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