Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maccman/sinatra-blog

A example Sinatra blog
https://github.com/maccman/sinatra-blog

Last synced: about 2 months ago
JSON representation

A example Sinatra blog

Awesome Lists containing this project

README

        

## Sinatra Example Blog

This is a good example of structuring a Sinatra app.
Feel free to clone it, browse the source, customize it
and use it as your own blog.

Good examples of the following:

* Using Sinatra routes as middleware
* GZip and caching
* RSS feed of posts
* Sprockets and asset management
* Markdown and Erb
* Unicorn and Heroku
* Stylus

Demo here http://sinatra-example-blog.herokuapp.com

## Running

bundle install
thin start

## Heroku 123

git clone [email protected]:maccman/sinatra-blog.git
cd sinatra-blog

heroku create myblog
heroku labs:enable user-env-compile
heroku addons:add memcachier:dev

git push heroku master