Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rathrio/blog_engine

Simple file based blog engine
https://github.com/rathrio/blog_engine

Last synced: about 2 months ago
JSON representation

Simple file based blog engine

Awesome Lists containing this project

README

        

# Blog Engine
This is a simple file based blog engine built with [Sinatra](http://www.sinatrarb.com/)
based on the basic example from this excellent [book](http://shop.oreilly.com/product/0636920019664.do).

## Installation
Execute `$ bundle install` to install all required gems and their dependencies.
To fetch all [articles](https://github.com/rathrio/articles) execute `$ git submodule init` and
`$ git submodule update`.

## Running
Execute `$ shotgun` to start up a the webserver. Visit `localhost:9393` in your browser to view the blog.