• Stars
    star
    146
  • Rank 252,769 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 15 years ago
  • Updated over 15 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Open Source implementation of stackoverflow app (not maintained)

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.