Simple internal blogging/PPP solution, originally developed by the masters of disasters, PG & ST. iBlog is currently maintained by robertg.
https://wiki.innoq.com/display/innoq/iBlog
- create
config/database.yml
based onconfig/database.template.yml
orconfig/database.template_sqlite.yml
- set up database:
bundle exec rake db:drop db:create db:migrate db:seed
- launch server:
rails server
Please use pull requests.