Skip to content

robertleib/sinatra-postgres-mongo-redis-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple starter template for a Sinatra app ready to deploy to Heroku.

To use:
* pull down repo
* rename app.rb and App class to whatever you want
* heroku create --stack cedar

This template uses MongoDB, PostgresSQL, Redis and Memcached all at the same, not because that is a good way to build an app, but so that each datastore is already setup and ready to go.

That being said, to use the app as-is, you will need to install these Heroku add-ons:
* Redis To Go
* MongoLab
* Memcache
* Shared Database

About

A template app for starting new Heroku-bound Sinatra apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages