Skip to content
jigsaw edited this page Apr 15, 2014 · 1 revision

require

  • node.js (v0.10.26 recommended)
  • pow (or some dns software)

walkthrough

% git clone https://github.com/kosendj/tumblr-jocky
% cd tumblr-jocky/
% npm i
% echo 3000 > ~/.pow/tj
% vim .env
% foreman start -p 3000
% open http://tj.dev

.env sample

CONSUMER_KEY=aaaa...
CONSUMER_SECRET=aaa....
CALLBACK_URL=http://tj.dev/login/callback

currently heavy under construction, this may changes

Clone this wiki locally