Skip to content

NikoRoberts/openoverflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Open Source implementation of stackoverflow app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • Ruby 40.8%