Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 495 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 495 Bytes

iBlog

Simple internal blogging/PPP solution, originally developed by the masters of disasters, PG & ST. iBlog is currently maintained by robertg.

Deployment

https://wiki.innoq.com/display/innoq/iBlog

Getting Started

  • create config/database.yml based on config/database.template.yml or config/database.template_sqlite.yml
  • set up database: bundle exec rake db:drop db:create db:migrate db:seed
  • launch server: rails server

Contributing

Please use pull requests.