Skip to content

cloud66-samples/sinatra-postgres-mongo-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

Sinatra, PostgreSQL, MongoDB and Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.3%
  • Shell 0.7%