Skip to content

A Sinatra-based Tumblr client that re-enables stable dashboard pagination but does BASICALLY nothing else.

Notifications You must be signed in to change notification settings

Snarp/tanb_slime_man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tanb.......slime man

A Sinatra-based Tumblr client that re-enables stable dashboard pagination but does BASICALLY nothing else.

Local Setup

  1. Set TUMBLR_CONSUMER_KEY, TUMBLR_CONSUMER_SECRET, and SESSION_SECRET in _env. (A Tumblr consumer key and secret can be acquired by registering an application at https://www.tumblr.com/oauth/apps; a session secret should be generated randomly for each device you deploy the app on.)

  2. Rename _env to .env.

  3. Run command:

bundle exec shotgun config.ru

Heroku Deployment

  1. Push to Heroku:
heroku create
git push heroku master
  1. Set Heroku config variables TUMBLR_CONSUMER_KEY, TUMBLR_CONSUMER_SECRET, and SESSION_SECRET. This can be done either via the Heroku app dashboard, or using the CLI:
heroku config:set TUMBLR_CONSUMER_KEY=...
heroku config:set TUMBLR_CONSUMER_SECRET=...
heroku config:set SESSION_SECRET=...

Original Template Cloned From

http://os.alfajango.com/heroku-sinatra-mvc/

git://github.com/JangoSteve/heroku-sinatra-app.git

About

A Sinatra-based Tumblr client that re-enables stable dashboard pagination but does BASICALLY nothing else.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published