Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 777 Bytes

README.textile

File metadata and controls

42 lines (21 loc) · 777 Bytes

Welcome

OpenOverflow is an open source Question and Answer application that is
inspired by stackoverflow.com.

Licence

Mit license: See license doc

Prerequisites

  • PostgreSQL gem: sudo gem install pg
  • Haml gem: sudo gem install haml

OpenOverflow works on Mac OS X and GNU Linux, with Rails 2.3.2.

Configuration

Internationalization

You can set your own locale in config/initializers/locale.rb. So far,
there are English, Spanish (Argentina), and German versions available.
Locale files are in config/locales.

Note: internationalization is not yet finished.

Contributors

  • Nicolas Santa
  • Ariel Diaz Bemejo
  • Matthias Berth

Site name etc.

A few configurations can be made in config/config.yml.